Represents the diagonal borders which can be displayed in cells.

Enumeration Members

All: 7

Both diagonal borders will be displayed in the cell.

Default: 0

The default value for the diagonal borders.

DiagonalDown: 3

A diagonal border going from the top-left to bottom-right corner will be displayed in the cell.

DiagonalUp: 5

A diagonal border going from the bottom-left to top-right corner will be displayed in the cell.

None: 1

No diagonal borders will be displayed in the cell.