gridLines([value])

Class: Table.

Description:

Gets or sets which grid lines are visible (horizontal, vertical, both, or none).

Parameters:

Name Type Description

[value]

Table.GridLines

One of: Table.GridLines.None, Table.GridLines.Horizontal, Table.GridLines.Vertical, Table.GridLines.Both (default). See Table > GridLines.

Returns:

Returns the current value if no parameter is provided; otherwise, returns the Table instance for chaining.

Type: Table.GridLines | Table

Also See: