|

Ascending


(boolean) Whether sort is ascending or descending.



VALUE DESCRIPTION


true


Set sort as ascending.


false


Set sort as descending.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Grid.SetTabEnabled

OverviewExamples

Grid.SetTabEnabled ( string ObjectName,


boolean UseTabKey = true )


De s cr ip t ion


Sets whether or not the Tab key is used to move the cell selection in a grid object.


P arame t er s


ObjectName


(string) The name of the grid object.


|