|

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


image

image

Grid.GetGridLines

OverviewExamples

number Grid.GetGridLines ( string ObjectName )


De s cr ip t ion


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


P arame t er s


ObjectName


(string) The name of the grid object.


Re t u r n s


(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.


|