Grid.SetFixedColumnSelection

Grid.SetFixedColumnSelection (

string ObjectName,

boolean Enable )

Description

Sets whether or not clicking on a fixed column selects the cells underneath it in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Enable

(boolean) Whether or not fixed column selecting is turned on.

VALUE

DESCRIPTION

true

Turn on fixed column selection.

false

Turn off fixed column selection.

Returns

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

See also: Related Actions