BorderType Enum
Contents
[
Hide
]BorderType Enum
Enumerates the border line and diagonal line types.
type BorderType int32
Fields
Field | Description |
---|---|
LeftBorder | Represents left border line. |
RightBorder | Represents right border line exists. |
TopBorder | Represents top border line. |
BottomBorder | Represents bottom border line. |
DiagonalDown | Represents the diagonal line from top left to right bottom. |
DiagonalUp | Represents the diagonal line from bottom left to right top. |
Vertical | Only for dynamic style, such as conditional formatting. |
Horizontal | Only for dynamic style, such as conditional formatting. |
SideBorders | Indicates the four side borders: |
Diagonal | Special combination of multiple borders for user’s convenience for some APIs.Indicates diagonal borders of |
DynamicStyleBorders | Indicates |
None | No border has been specified. |