ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
Grid.SelectAll
OverviewExamples
Grid.SelectAll ( string ObjectName )
De s cr ip t ion
Selects all non-fixed cells in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.
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.SetCellColors
OverviewExamples
Grid.SetCellColors ( string ObjectName,
number Row, number Column, table Colors,
boolean Redraw = true )
De s cr ip t ion
Sets the background, and text colors of a cell in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.