Grid.GetGridLines

number Grid.GetGridLines ( 

string ObjectName )

Description

Returns whether or not the grid lines are displayed in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Returns

(number) A number that tells you which grid lines are displayed in the grid. It will be one of the following values:

CONSTANT

VALUE

DESCRIPTION

GVL_NONE

0

None.

GVL_HORZ

1

Horizontal lines.

GVL_VERT

2

Vertical lines.

GVL_BOTH

3

Both.

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