Grid.SetFixedRowCount

Grid.SetFixedRowCount (

string ObjectName,

number RowCount )

Description

Sets the number of fixed rows in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

RowCount

(number) The new fixed row count.

Returns

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

See also: Related Actions