BorderType Enum

BorderType Enum

Enumerates the border line and diagonal line types.


type BorderType int32

Fields

FieldDescription
BottomBorderRepresents bottom border line.
DiagonalDownRepresents the diagonal line from top left to right bottom.
DiagonalUpRepresents the diagonal line from bottom left to right top.
LeftBorderRepresents left border line.
RightBorderRepresents right border line exists.
TopBorderRepresents top border line.
HorizontalOnly for dynamic style,such as conditional formatting.
VerticalOnly for dynamic style,such as conditional formatting.