Procedure SprdSize returns the number of rows and columns in the referenced worksheet.
PROCEDURE SprdSize(
h : HANDLE;
VAR row : INTEGER;
VAR col : INTEGER);def vs.SprdSize(h):
return (row, col)| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to worksheet. |
| row | INTEGER | Returns row size of worksheet. |
| col | INTEGER | Returns column size of worksheet. |
SprdSize is obsolete as of VectorWorks 9.0, see new GetWSRowColumnCount.
Availability: from All Versions