Spread.SetColumnWidth Method
| Explanation | Set the column width. | |
| Call format | Spread1.SetColumnWidth( col, width ) | |
| Return value | None | |
| Arguments | integer col | Column position to set 0 is the leftmost column. Every time the value increases by 1, it becomes the column to the right. |
| integer width | New column width | |
| Exception | None | |
| Example of use | | |
| Related item | GetColumnWidth method | |