Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 605 Bytes

File metadata and controls

32 lines (25 loc) · 605 Bytes

GetWSCellTextAngle

Description

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

Parameters

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

Version

Availability: from VectorWorks12.0

Category

  • Worksheets