This property returns and sets a value that determines what types of line should be drawn between cells.
object.GridLines [= value]
Constant |
Value |
Description |
flexGridNone | 0 | No lines. No lines between cells. |
flexGridFlat | 1 | (Default). Lines. Sets line style between cells to normal lines. |
flexGridInset | 2 | Inset lines. Sets line style between cells to inset lines. |
flexGridRaised | 3 | Raised lines. Sets line style between cells to raised lines. |
When the GridLines property is set to 1 (Lines), the GridColor property determines the color of the lines. Raised and inset grid lines are always drawn in black and white.