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| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to worksheet. |
| row | INTEGER | Worksheet row index. |
| col | INTEGER | Worksheet column index. |
GetCWidth is obsolete as of VectorWorks 9.0, see [GetWSColumnWidth ](GetWSColumnWidth .md)
Availability: from All Versions