Visible
(boolean) Whether to make the grid object visible or invisible:
VALUE DESCRIPTION |
|
true |
Visible. (Default) |
false Invisible.
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.SortTextItems
OverviewExamples
Grid.SortTextItems ( string ObjectName,
number Column, boolean Ascending, boolean Redraw = true )
De s cr ip t ion
Sorts a column alphabetically in ascending or descending order in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.