Grid.SetEditable

Grid.SetEditable ( 

string  ObjectName,

boolean Editable )

Description

Sets whether the grid object is editable by the user.

Parameters

ObjectName

(string) The name of the grid object.

Editable

(boolean) Whether or not the grid object is editable.

VALUE

DESCRIPTION

true

Make the grid object editable.

false

Make the grid object non-editable.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions