Click or drag to resize

LineStyleType Enumeration

Border line styles.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum LineStyleType
Members
Member name Value Description
None 0 Represents no border line style.
Thin 1 Represents the thin border line style.
Medium 2 Represents the medium border line style.
Dashed 3 Represents the dashed border line style.
Dotted 4 Represents the dotted border line style.
Thick 5 Represents the thick border line style.
Double 6 Represents the double border line style.
Hair 7 Represents the hair border line style.
MediumDashed 8 Represents the medium_dashed medium_dashed line style.
DashDot 9 Represents the DashDot border line style.
MediumDashDot 10 Represents the MediumDashDot border line style.
DashDotDot 11 Represents the DashDotDot border line style.
MediumDashDotDot 12 Represents the MediumDashDotDot border line style.
SlantedDashDot 13 Represents the SlantedDashDot border line style.
See Also