The TabBorderStyle enumeration contains types of cell border lines.
It is used by the following property:
Value | Brief description |
-1 | Undefined. Value is undefined. |
0 | Continuous. Continuous line. |
1 | Dash. Dashed line. |
2 | DashDot. Dash-dot line. |
3 | DashDotDot. Dash-dot-dot line. |
4 | Dot. Dotted line. |
5 | Double. Double line. |
6 | SlantDashDot. Reserved. Currently, continuous line style is set instead of this style. |
7 | LineStyleNone. No line. |
See also: