Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 699 Bytes

File metadata and controls

31 lines (25 loc) · 699 Bytes

GetWSSubrowHeight

Description

Return the height of a database subrow in the referenced worksheet.

PROCEDURE GetWSSubrowHeight(
				worksheet   : HANDLE;
				databaserow : INTEGER;
				subrow      : INTEGER;
				VAR height  : INTEGER);
def vs.GetWSSubrowHeight(worksheet, databaserow, subrow):
    return height

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet.
databaserow INTEGER The database row
subrow INTEGER The database subrow to be queried
height INTEGER Output parameter. Return the height (in pixels)

Version

Availability: from Vectorworks14.0

Category