Enable
(boolean) Whether or not fixed row selecting is turned on.
VALUE DESCRIPTION |
|
true |
Turn on fixed row selection. |
false |
Turn off fixed row selection. |
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.SetFocusCell
OverviewExamples
Grid.SetFocusCell ( string ObjectName,
number Row,
number Column )
De s cr ip t ion
Sets the input focus to a cell at a specified row and column index in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.