XlBordersBase.RightLineStyle Property
Gets or sets the line style of the cell’s right border.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlBorderLineStyle RightLineStyle { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
An Xl |
Available values:
Name | Description |
---|---|
None | Specifies that a border is not painted. |
Thin | Specifies the thin solid border line. |
Medium | Specifies the medium solid border line. |
Dashed | Specifies the thin dashed border line. |
Dotted | Specifies the thin dotted border line. |
Thick | Specifies the thick solid border line. |
Double | Specifies the double border line. |
Hair | Specifies the hair border line. |
Medium |
Specifies the medium dashed border line. |
Dash |
Specifies the thin dash-dotted border line. |
Medium |
Specifies the medium dash-dotted border line. |
Dash |
Specifies the thin dash-dot-dotted border line. |
Medium |
Specifies the medium dash-dot-dotted border line. |
Slant |
Specifies the medium slanted dash-dotted border line. |
#Remarks
To set the color of a right border, use the XlBorder.RightColor property. If you specify the RightLineStyle for a border without setting it’s color, the automatic color will be used.
For more information on how to customize cell borders, refer to the How to: Add Cell Borders example.