Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.7.5.105.32 wks.col.width
Contents
Syntax
wks.col.width
Type
numeric
Access
Read/write
Description
Width of a single worksheet column (e.g. "col1"), in units of characters. Also see the wcolwidth X-Function which can be used to set the width of a column range or wks.colWidth which can be used to set the width of all columns in the active sheet.
Examples
range cc = [Book1]Sheet1!col("Room Temperature"); // Define a range variable that represents a column cc.width = 10; // Set the column width as 10