CellBorderType
CellBorderType enumeration
Enumerates a cell’s border type.
Values
| Name | Value | Description |
|---|---|---|
| DashDot | 9 | Represents thin dash-dotted line. |
| DashDotDot | 11 | Represents thin dash-dot-dotted line. |
| Dashed | 3 | Represents dashed line. |
| Dotted | 4 | Represents dotted line. |
| Double | 6 | Represents double line. |
| Hair | 7 | Represents hair line. |
| MediumDashDot | 10 | Represents medium dash-dotted line. |
| MediumDashDotDot | 12 | Represents medium dash-dot-dotted line. |
| MediumDashed | 8 | Represents medium dashed line. |
| None | 0 | Represents no line. |
| Medium | 2 | Represents medium line. |
| SlantedDashDot | 13 | Represents slanted medium dash-dotted line. |
| Thick | 5 | Represents thick line. |
| Thin | 1 | Represents thin line. |