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