[ static enum ] GridLines

Class: Table.

Description:

Enum for table grid line display modes.

Type: number

Properties:

Name Description

None

No grid lines.

Horizontal

Show only horizontal lines.

Vertical

Show only vertical lines.

Both

Show both horizontal and vertical lines.

Examples:

Setting to show only horizontal grid lines:

table.gridLines(Table.GridLines.Horizontal);

Also See: