BorderType Enum
BorderType Enum
Enumerates the border line and diagonal line types.
type BorderType int32
Fields
Field | Description |
---|---|
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. |
LeftBorder | Represents left border line. |
RightBorder | Represents right border line exists. |
TopBorder | Represents top border line. |
Horizontal | Only for dynamic style,such as conditional formatting. |
Vertical | Only for dynamic style,such as conditional formatting. |