Click or drag to resize

BorderStyleValues Enumeration

Border Line Styles

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum BorderStyleValues
Members
Member nameValueDescription
None0 None.

When the item is serialized out as xml, its value is "none".

Thin1 Thin Border.

When the item is serialized out as xml, its value is "thin".

Medium2 Medium Border.

When the item is serialized out as xml, its value is "medium".

Dashed3 Dashed.

When the item is serialized out as xml, its value is "dashed".

Dotted4 Dotted.

When the item is serialized out as xml, its value is "dotted".

Thick5 Thick Line Border.

When the item is serialized out as xml, its value is "thick".

Double6 Double Line.

When the item is serialized out as xml, its value is "double".

Hair7 Hairline Border.

When the item is serialized out as xml, its value is "hair".

MediumDashed8 Medium Dashed.

When the item is serialized out as xml, its value is "mediumDashed".

DashDot9 Dash Dot.

When the item is serialized out as xml, its value is "dashDot".

MediumDashDot10 Medium Dash Dot.

When the item is serialized out as xml, its value is "mediumDashDot".

DashDotDot11 Dash Dot Dot.

When the item is serialized out as xml, its value is "dashDotDot".

MediumDashDotDot12 Medium Dash Dot Dot.

When the item is serialized out as xml, its value is "mediumDashDotDot".

SlantDashDot13 Slant Dash Dot.

When the item is serialized out as xml, its value is "slantDashDot".

See Also