Returns the displayed numeric value in a database subrow cell.
PROCEDURE GetWSSubrowCellValue(
worksheet : HANDLE;
row : INTEGER;
column : INTEGER;
subrow : INTEGER;
VAR cellValue : REAL);def vs.GetWSSubrowCellValue(worksheet, row, column, subrow):
return cellValue| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | Handle to worksheet. |
| row | INTEGER | Database row to be queried. |
| column | INTEGER | Column to be queried. |
| subrow | INTEGER | Index of subrow cell to be queried. |
| cellValue | REAL | Display value of subrow cell. |
Gets the specified worksheet subrow cell's numerical value. WARNING: Because database subrow cells and their contents are dynamically created based on the current database of objects and the current critieria string any return values from this function are not guaranteed to be correct beyond this function call. Use this function carefully and at your own risk.
Availability: from VectorWorks9.0