OverviewExamples
| 
 Grid.SetColumnHiding (  | 
 boolean AllowHiding = true )  | 
Sets whether or not columns can be contracted to 0 width by the user with the mouse in a grid object.
(string) The name of the grid object.
(boolean) Whether columns can be hidden. This is an optional argument and if omitted will default to true.
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Columns can be hidden. (Default)  | 
| 
 false  | 
 Columns cannot be hidden.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions