Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 635 Bytes

File metadata and controls

31 lines (25 loc) · 635 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