Grid.SetGridLines

Grid.SetGridLines (

string ObjectName,

number GridLines )

Description

Sets whether the grid lines are displayed in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

GridLines

(number) A number telling which grid lines to display in the grid. It should 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.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions