[ static enum ] GridLines
Class: Table.
Description:
Enum for table grid line display modes.
Type: number
Properties:
| Name | Description |
|---|---|
|
No grid lines. |
|
Show only horizontal lines. |
|
Show only vertical lines. |
|
Show both horizontal and vertical lines. |
Examples:
Setting to show only horizontal grid lines:
table.gridLines(Table.GridLines.Horizontal);
