Aspose::Cells::BorderType enum

BorderType enum

Enumerates the border line and diagonal line types.

enum class BorderType

Values

NameValueDescription
BottomBorder8
Represents bottom border line.
DiagonalDown16
Represents the diagonal line from top left to right bottom.
DiagonalUp32
Represents the diagonal line from bottom left to right top.
LeftBorder1
Represents left border line.
RightBorder2
Represents right border line exists.
TopBorder4
Represents top border line.
Horizontal128
Only for dynamic style,such as conditional formatting.
Vertical64
Only for dynamic style,such as conditional formatting.

See Also