Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 681 Bytes

File metadata and controls

34 lines (26 loc) · 681 Bytes

GetCWidth

Description

Function GetCWidth returns the column width of a cell in the referenced worksheet.

FUNCTION GetCWidth(
				h   : HANDLE;
				row : INTEGER;
				col : INTEGER): INTEGER;
def vs.GetCWidth(h, row, col):
    return INTEGER

Parameters

Name Type Description
h HANDLE Handle to worksheet.
row INTEGER Worksheet row index.
col INTEGER Worksheet column index.

See Also

GetWSColumnWidth

Version

GetCWidth is obsolete as of VectorWorks 9.0, see [GetWSColumnWidth ](GetWSColumnWidth .md)

Availability: from All Versions

Category