Grid.SetFixedColumnCount

Grid.SetFixedColumnCount (

string ObjectName,

number ColumnCount )

Description

Sets the number of fixed columns in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

ColumnCount

(number) The new fixed column count.

Returns

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

See also: Related Actions