MultipleBorderTypes Enum
Represents multiple border types.
Fields
All | All borders (outside, inside and diagonal borders). |
Bottom | Bottom border. |
Diagonal | Diagonal borders (diagonal up and diagonal down borders). |
DiagonalDown | Diagonal down border (from top-left to bottom-right). |
DiagonalUp | Diagonal up border (from bottom-left to top-right). |
Inside | Inside borders (inside horizontal and inside vertical borders). |
InsideHorizontal | Inside horizontal border. |
InsideVertical | Inside vertical border. |
Left | Left border. |
None | No border. |
Outside | Outside borders (left, top, right and bottom borders). |
Right | Right border. |
Top | Top border. |