Grid.SetRowResize

Grid.SetRowResize (

string ObjectName,

boolean Resizable = true )

Description

Sets whether or not rows are resizable by the user in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Resizable

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

VALUE

DESCRIPTION

true

Rows can be resized. (Default)

false

Rows cannot be resized.

Returns

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

See also: Related Actions