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. |
[GetWSColumnWidth | GetWSColumnWidth](GetWSColumnWidth%20| GetWSColumnWidth.md)
GetCWidth is obsolete as of VectorWorks 9.0, see [[VS:GetWSColumnWidth | GetWSColumnWidth]]
Availability: from All Versions
- Worksheets