Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 568 Bytes

File metadata and controls

29 lines (23 loc) · 568 Bytes

GetWSColumnWidth

Description

Returns the width of a column in the referenced worksheet.

PROCEDURE GetWSColumnWidth(
				worksheet : HANDLE;
				column    : INTEGER;
				VAR width : INTEGER);
def vs.GetWSColumnWidth(worksheet, column):
    return width

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet.
column INTEGER Column to be queried.
width INTEGER Width of column (in pixels).

Version

Availability: from VectorWorks9.0

Category