OverviewExamples
|
Grid.SetFixedRowSelection ( |
Sets whether or not clicking on a fixed row selects the cells beside it in a grid object.
(string) The name of the grid object.
(boolean) Whether or not fixed row selecting is turned on.
|
VALUE |
DESCRIPTION |
|
true |
Turn on fixed row selection. |
|
false |
Turn off fixed row selection. |
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions