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.
Description
BorderStyleType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like BorderStyleType help ensure type safety by restricting values to a predefined set.
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 |