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. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Grid.SetUnhideRow
OverviewExamples
Grid.SetUnhideRow ( string ObjectName,
boolean AllowUnhide = true )
De s cr ip t ion
Gets whether or not 0 height rows can be resized by the user via mouse in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.