OverviewExamples
|
Grid.SetEditable ( |
Sets whether the grid object is editable by the user.
(string) The name of the grid object.
(boolean) Whether or not the grid object is editable.
|
VALUE |
DESCRIPTION |
|
true |
Make the grid object editable. |
|
false |
Make the grid object non-editable. |
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions