Line styles used for CellBorder.LineStyle.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public enum LineStyle
Visual Basic
Public Enumeration 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