Grid.LoadFromFile

boolean Grid.LoadFromFile (

string ObjectName,

string FullPath,

string SeparatorCharacter = ",",

boolean AutoSize = true )

Description

Loads items from a file into a grid object using a specified delimiter.

Parameters

ObjectName

(string) The name of the grid object.

FullPath

(string) The full path to a file containing items separated by the specified delimiter.

SeparatorCharacter

(string) The delimiter to use to separate the grid items.

AutoSize

(boolean) Whether the grid should auto-size rows and columns after loading the file.

Returns

(boolean) Returns true if the load was successful, or false if it was not. You can use Application.GetLastError to determine whether this action failed, and why.

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