Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 692 Bytes

File metadata and controls

35 lines (26 loc) · 692 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 | GetWSColumnWidth](GetWSColumnWidth%20| GetWSColumnWidth.md)

Version

GetCWidth is obsolete as of VectorWorks 9.0, see [[VS:GetWSColumnWidth | GetWSColumnWidth]]

Availability: from All Versions

Category

  • Worksheets