constants GridLinesEnum
Defines how the control paints the grid lines.

NameValueDescription
exNoLines0 The control displays no grid lines.
exAllLines-1 The control displays vertical and horizontal grid lines.
exRowLines-2 The control paints grid lines only for current rows.
exHLines1 Only horizontal grid lines are shown.
exVLines2 Only vertical grid lines are shown.