Grid.SetSelectable

Grid.SetSelectable (

string ObjectName,

boolean Selectable )

Description

Sets whether or not the user can select grid cells with the mouse or keyboard in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Selectable

(boolean) Whether or not the grid cells are selectable.

VALUE

DESCRIPTION

true

Make grid cells selectable.

false

Don't make grid cells selectable.

Returns

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

See also: Related Actions