Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 714 Bytes

File metadata and controls

34 lines (26 loc) · 714 Bytes

SprdSize

Description

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)

Parameters

Name Type Description
h HANDLE Handle to worksheet.
row INTEGER Returns row size of worksheet.
col INTEGER Returns column size of worksheet.

See Also

GetWSRowColumnCount

Version

SprdSize is obsolete as of VectorWorks 9.0, see new GetWSRowColumnCount.

Availability: from All Versions

Category