Sets the width of a column in the referenced worksheet.
SetWSColumnWidth allows width to be set for a range of columns. To set the width of a single worksheet column, specify identical values for the left/right column range boundaries.
PROCEDURE SetWSColumnWidth(
worksheet : HANDLE;
fromColumn : INTEGER;
toColumn : INTEGER;
width : INTEGER);def vs.SetWSColumnWidth(worksheet, fromColumn, toColumn, width):
return None| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | Handle to worksheet. |
| fromColumn | INTEGER | Leftmost column of column range. |
| toColumn | INTEGER | Rightmost column of column range. |
| width | INTEGER | New width of columns (in pixels). |
Availability: from VectorWorks9.0