Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 693 Bytes

File metadata and controls

31 lines (25 loc) · 693 Bytes

GetWSCellWrapTextFlag

Description

Returns the wrap text state of a cell in the referenced worksheet.

PROCEDURE GetWSCellWrapTextFlag(
				worksheet        : HANDLE;
				row              : INTEGER;
				column           : INTEGER;
				VAR wrapTextFlag : BOOLEAN);
def vs.GetWSCellWrapTextFlag(worksheet, row, column):
    return wrapTextFlag

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet
row INTEGER Row of cell to be queried
column INTEGER Row of cell to be queried
wrapTextFlag BOOLEAN Wrap text flag

Version

Availability: from VectorWorks12.0

Category