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| 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) |
Availability: from Vectorworks14.0