Grid.SetSingleColumnSelection

Grid.SetSingleColumnSelection (

string ObjectName,

boolean SingleColumnSelection )

Description

Sets the grid object into (or out of) single column selection mode. This mode is only effective when in list mode.

Parameters

ObjectName

(string) The name of the grid object.

SingleColumnSelection

(boolean) Whether or not single column selection is enabled.

VALUE

DESCRIPTION

true

Enable single column selection.

false

Disable single column selection.

Returns

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

See also: Related Actions