ListMode
(boolean) Whether the grid object should be in list mode.
VALUE DESCRIPTION |
|
true |
Set the grid object to be in list mode. |
false |
Don't set the object to be in list mode. |
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.SetModified
OverviewExamples
Grid.SetModified ( string ObjectName,
boolean Modified = true, number Row = -1, number Column = -1 )
De s cr ip t ion
Sets the modified flag for a cell in a grid object. If row and column are set to -1, the change affects the entire grid object.
P arame t er s
ObjectName
(string) The name of the grid object.