[]
Specifies which border lines are drawn in a table cell or table frame.
[Flags]
public enum FrameBorders
<Flags>
Public Enum FrameBorders
| Name | Description |
|---|---|
| AllBorders | Draw all border lines (left, top, right, bottom). |
| AntiDiagonal | Draw the anti-diagonal. |
| BottomBorder | Draw the bottom border line. |
| LeftBorder | Draw the left border line. |
| MainDiagonal | Draw the main diagonal. |
| MiddleHorizontal | Draw a horizontal line at the middle. |
| MiddleVertical | Draw a vertical line at the middle. |
| None | No border lines are drawn. |
| RightBorder | Draw the right border line. |
| TopBorder | Draw the top border line. |