GridLines
(number) A number telling which grid lines to display in the grid. It should be one of the following values:
CONSTANT |
VALUE DESCRIPTION |
|
GVL_NONE |
0 |
None. |
GVL_HORZ |
1 |
Horizontal lines. |
GVL_VERT |
2 |
Vertical lines. |
GVL_BOTH |
3 |
Both. |
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.SetHeaderSort
OverviewExamples
Grid.SetHeaderSort ( string ObjectName,
boolean SortOnClick )
De s cr ip t ion
Sets whether or not rows are sorted on column header clicks when in list mode in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.