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.LoadFromFile
OverviewExamples
boolean Grid.LoadFromFile ( string ObjectName,
string FullPath,
string SeparatorCharacter = ",",
boolean AutoSize = true )
De s cr ip t ion
Loads items from a file into a grid object using a specified delimiter.
P arame t er s
ObjectName
(string) The name of the grid object.