
Contents |
Column Width
Update the width of columns in worksheet
wcolwidth irng:=[Book1]Sheet1!Col(3) width:=20;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Columns | irng |
Input Range | |
Specify the column(s). |
| Width | width |
Input double | |
Specify the column width , the value is in units of characters |
This function is used to update the width of the columns in the worksheet.