BorderStyleValues enumeration
Office 2013 and later
Border Line Styles
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | None. When the item is serialized out as xml, its value is "none". | |
| Thin | Thin Border. When the item is serialized out as xml, its value is "thin". | |
| Medium | Medium Border. When the item is serialized out as xml, its value is "medium". | |
| Dashed | Dashed. When the item is serialized out as xml, its value is "dashed". | |
| Dotted | Dotted. When the item is serialized out as xml, its value is "dotted". | |
| Thick | Thick Line Border. When the item is serialized out as xml, its value is "thick". | |
| Double | Double Line. When the item is serialized out as xml, its value is "double". | |
| Hair | Hairline Border. When the item is serialized out as xml, its value is "hair". | |
| MediumDashed | Medium Dashed. When the item is serialized out as xml, its value is "mediumDashed". | |
| DashDot | Dash Dot. When the item is serialized out as xml, its value is "dashDot". | |
| MediumDashDot | Medium Dash Dot. When the item is serialized out as xml, its value is "mediumDashDot". | |
| DashDotDot | Dash Dot Dot. When the item is serialized out as xml, its value is "dashDotDot". | |
| MediumDashDotDot | Medium Dash Dot Dot. When the item is serialized out as xml, its value is "mediumDashDotDot". | |
| SlantDashDot | Slant Dash Dot. When the item is serialized out as xml, its value is "slantDashDot". |
Show: