Grid.SetRowHiding

Grid.SetRowHiding ( 

string  ObjectName,

boolean AllowHiding = true )

Description

Sets whether or not rows can be contracted to 0 height by the user with the mouse in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

AllowHiding

(boolean) Whether rows can be hidden. This is an optional argument and if omitted will default to true.

VALUE

DESCRIPTION

true

Rows can be hidden. (Default)

false

Rows cannot be hidden.

Returns

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

See also:  Related Actions