BorderType enumeration

BorderType enumeration

Enumerates the border line and diagonal line types.

The BorderType type exposes the following members:

Fields

FieldDescription
BOTTOM_BORDERRepresents bottom border line.
DIAGONAL_DOWNRepresents the diagonal line from top left to right bottom.
DIAGONAL_UPRepresents the diagonal line from bottom left to right top.
LEFT_BORDERRepresents left border line.
RIGHT_BORDERRepresents right border line exists.
TOP_BORDERRepresents top border line.
HORIZONTALOnly for dynamic style,such as conditional formatting.
VERTICALOnly for dynamic style,such as conditional formatting.

See Also