Aspose::Cells::BorderType enum
BorderType enum
Enumerates the border line and diagonal line types.
enum class BorderType
Values
Name | Value | Description |
---|---|---|
BottomBorder | 8 | Represents bottom border line. |
DiagonalDown | 16 | Represents the diagonal line from top left to right bottom. |
DiagonalUp | 32 | Represents the diagonal line from bottom left to right top. |
LeftBorder | 1 | Represents left border line. |
RightBorder | 2 | Represents right border line exists. |
TopBorder | 4 | Represents top border line. |
Horizontal | 128 | Only for dynamic style,such as conditional formatting. |
Vertical | 64 | Only for dynamic style,such as conditional formatting. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++