XlBordersBase.HorizontalLineStyle Property
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets or sets the line style for the horizontal inner borders of a cell range.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlBorderLineStyle | An XlBorderLineStyle enumeration member that specifies the border line style. |
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. |
MediumDashed | Specifies the medium dashed border line. |
DashDot | Specifies the thin dash-dotted border line. |
MediumDashDot | Specifies the medium dash-dotted border line. |
DashDotDot | Specifies the thin dash-dot-dotted border line. |
MediumDashDotDot | Specifies the medium dash-dot-dotted border line. |
SlantDashDot | Specifies the medium slanted dash-dotted border line. |