OverviewExamples
|
Grid.SetSortAscending ( |
Sets whether the current sort column is sorted ascending in a grid object.
(string) The name of the grid object.
(boolean) Whether sort is ascending or descending.
|
VALUE |
DESCRIPTION |
|
true |
Set sort as ascending. |
|
false |
Set sort as descending. |
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions