ColumnWidth (Runtime property)
Sets or gets the column width of the desired column.
PROPERTY ColumnWidth(col as Integer) as Integer
col: The number of the desired column.
Description:
ColumnWidth does not redraw the grid, call the Refresh method if you want it redrawn right away.
Columns are one based, that is the first column is number 1.