RasterList.getColWidth( colIndex )
Returns the current width of any given table list column. The returned width
is the original column width, which might be different from the width shown
if the "spread" feature is ON.
Parameters
Name |
Type |
|
Description |
colIndex |
number |
|
Zero-based index of the column to query. To know the
number of columns in a table list use getColCount() . |
Returns
Type |
Description |
number |
The current width of the given table list column. Returns -1
if the colIndex is out of range. |
See Also