Returns the text angle of a cell in the referenced worksheet
PROCEDURE GetWSCellTextAngle(
worksheet : HANDLE;
row : INTEGER;
column : INTEGER;
VAR angle : INTEGER);def vs.GetWSCellTextAngle(worksheet, row, column):
return angle| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | Handle to worksheet |
| row | INTEGER | Row of cell to be queried |
| column | INTEGER | Column of cell to be queried |
| angle | INTEGER | Text angle |
Availability: from VectorWorks12.0