Click or drag to resize

LineStyle Enumeration

Line styles used for CellBorder.LineStyle.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public enum LineStyle
Members
Member nameValueDescription
None0 No line.
Thin1 Thin line.
Medium2 Medium line.
Dashed3 Dashed line.
Dotted4 Dotted line.
Thick5 Thick line.
Double6 Double line.
Hair7 Hair line.
MediumDashed8 Medium dashed line.
DashDot9 Dash-dot line.
MediumDashDot10 Medium dash-dot line.
DashDotDot11 Dash-dot-dot line.
MediumDashDotDot12 Medium dash-dot-dot line.
SlantDashDot13 Slanted dash-dot line.
See Also