![]() |
Previous | Next |
The setColumnWidth method specifies the column width and changes the resize mode of the column to “Fixed”.
Syntax
elementID.setColumnWidth(column, width)
Parameters
column
Number (long) indicating the index of the column being changed.
width
Number (long) indicating the new width in pixels.
Return Values
This method does not return a value.
See Also
Previous | Next |