OverviewExamples
| 
 Grid.SetSelectable (  | 
Sets whether or not the user can select grid cells with the mouse or keyboard in a grid object.
(string) The name of the grid object.
(boolean) Whether or not the grid cells are selectable.
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Make grid cells selectable.  | 
| 
 false  | 
 Don't make grid cells selectable.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions