Resizable
(boolean) Whether columns can be resized. This is an optional argument and if omitted will default to true.
VALUE DESCRIPTION |
|
true |
Columns can be resized. (Default) |
false |
Columns cannot be resized. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Grid.SetColumnWidth
OverviewExamples
Grid.SetColumnWidth ( string ObjectName,
number Column,
number Width,
boolean Redraw = true )
De s cr ip t ion
Sets the width of a column in pixels.
P arame t er s
ObjectName
(string) The name of the grid object.