Defines how the control paints the grid lines. Use the DrawGridLines property to specify whether the control draws the grid lines.


| Name | Value | Description | |||
| exNoLines | 0 | The control displays no grid lines. | |||
| exAllLines | -1 | The control displays vertical and horizontal grid lines. | |||
| exHLines | 1 | Only horizontal grid lines are shown. | |||
| exVLines | 2 | Only vertical grid lines are shown. |