BorderStyleType

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

ValueDescription
NoneNo border style applied; the cell edge has no line
ThinThin solid line
MediumMedium-weight solid line
ThickThick solid line
DottedDotted line
DashedDashed line
DoubleDouble parallel lines
HairHairline; the thinnest possible border
MediumDashedMedium-weight dashed line
DashDotAlternating dash and dot pattern
MediumDashDotMedium-weight alternating dash and dot
DashDotDotAlternating dash followed by two dots
MediumDashDotDotMedium-weight alternating dash and two dots
SlantedDashDotSlanted dash-dot pattern

See Also