Grid.SetFixedRowSelection

Grid.SetFixedRowSelection (

string ObjectName,

boolean Enable )

Description

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

Parameters

ObjectName

(string) The name of the grid object.

Enable

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

VALUE

DESCRIPTION

true

Turn on fixed row selection.

false

Turn off fixed row selection.

Returns

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

See also: Related Actions