Selectable
(boolean) Whether or not the grid cells are selectable.
VALUE DESCRIPTION |
|
true |
Make grid cells selectable. |
false |
Don't make grid cells selectable. |
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.SetSelectedRange
OverviewExamples
Grid.SetSelectedRange ( string ObjectName,
number MinRow, number MinColumn, number MaxRow, number MaxColumn,
boolean SelectCells = true,
boolean Redraw = true )
De s cr ip t ion
Selects or deselects a range of cells within a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.