BorderStyleType
Overview
BorderStyleType is a enum in Aspose.Cells for NET.
BorderStyleType enum defines the set of supported border line styles such as None, Thin, Medium, Thick, Dotted, Dashed, Double, Hair, MediumDashed, and DashDot.
Values
| Value | Description |
|---|---|
None | No border style applied; the cell edge has no line |
Thin | Thin solid line |
Medium | Medium-weight solid line |
Thick | Thick solid line |
Dotted | Dotted line |
Dashed | Dashed line |
Double | Double parallel lines |
Hair | Hairline; the thinnest possible border |
MediumDashed | Medium-weight dashed line |
DashDot | Alternating dash and dot pattern |
MediumDashDot | Medium-weight alternating dash and dot |
DashDotDot | Alternating dash followed by two dots |
MediumDashDotDot | Medium-weight alternating dash and two dots |
SlantedDashDot | Slanted dash-dot pattern |