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