AllowUnhide
(boolean) Sets whether or not hidden (0-height) rows can be unhidden by the user resizing the row. This is an optional argument and if omitted will default to true.
VALUE DESCRIPTION |
|
true |
Hidden rows can be unhidden by resizing. (Default) |
false |
Hidden rows cannot be unhidden. |
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.SetVisible
OverviewExamples
Grid.SetVisible ( string ObjectName,
boolean Visible = true )
De s cr ip t ion
Sets the visibility of a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.