XlBordersBase Class
Serves as a base for the XlBorder class and specifies the border line style options.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Remarks
The XlBordersBase class serves as a base for the XlBorder class and provides the following properties used to set border line style options:
- XlBordersBase.BottomLineStyle - sets the line style of the bottom border of a cell.
- XlBordersBase.TopLineStyle - sets the line style of the top border of a cell.
- XlBordersBase.LeftLineStyle - sets the line style of the left border of a cell.
- XlBordersBase.RightLineStyle - sets the line style of the right border of a cell.
- XlBordersBase.DiagonalLineStyle - sets the line style of diagonal borders of a cell.
- XlBordersBase.DiagonalDown and XlBordersBase.DiagonalUp - set whether the downward and upward diagonal borders, respectively, should be displayed in a cell.
- XlBordersBase.DiagonalUpLineStyle - sets the line style of the upward diagonal border of a cell.
- XlBordersBase.DiagonalDownLineStyle - sets the line style of the downward diagonal border of a cell.
See Also