Enum CellBorderType

CellBorderType enumeration

Enumerates a cell’s border type.

public enum CellBorderType

Values

NameValueDescription
DashDot9Represents thin dash-dotted line.
DashDotDot11Represents thin dash-dot-dotted line.
Dashed3Represents dashed line.
Dotted4Represents dotted line.
Double6Represents double line.
Hair7Represents hair line.
MediumDashDot10Represents medium dash-dotted line.
MediumDashDotDot12Represents medium dash-dot-dotted line.
MediumDashed8Represents medium dashed line.
None0Represents no line.
Medium2Represents medium line.
SlantedDashDot13Represents slanted medium dash-dotted line.
Thick5Represents thick line.
Thin1Represents thin line.

See Also