Grid.SetUnhideColumn

Grid.SetUnhideColumn (

string ObjectName,

boolean AllowUnhide = true )

Description

Sets whether or not 0 width columns can be resized by the user via mouse in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

AllowUnhide

(boolean) Sets whether or not hidden (0-width) columns can be unhidden by the user resizing the columns. This is an optional argument and if omitted will default to true.

VALUE

DESCRIPTION

true

Hidden columns can be unhidden by resizing. (Default)

false

Hidden columns cannot be unhidden by resizing.

Returns

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

See also: Related Actions