Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 554 Bytes

File metadata and controls

29 lines (23 loc) · 554 Bytes

GetWSRowHeight

Description

Returns the height of a row in the referenced worksheet.

PROCEDURE GetWSRowHeight(
				worksheet  : HANDLE;
				row        : INTEGER;
				VAR height : INTEGER);
def vs.GetWSRowHeight(worksheet, row):
    return height

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet.
row INTEGER Row to be queried.
height INTEGER Height of row (in pixels).

Version

Availability: from VectorWorks9.0

Category