Row
(number) The zero-based index of the row.
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.Refresh
OverviewExamples
Grid.Refresh ( string ObjectName )
De s cr ip t ion
Refreshes (redraws) the entire grid object and its contents.
P arame t er s
ObjectName
(string) The name of the grid object.
Grid.SaveToFile
OverviewExamples
boolean Grid.SaveToFile ( string ObjectName,
string FullPath,
string SeparatorCharacter = "," )
De s cr ip t ion
Saves items from a grid object to a file using a specified delimiter.
P arame t er s
ObjectName
(string) The name of the grid object.