CellBorderType Enum
CellBorderType Enum
Enumerates a cell’s border type.
type CellBorderType int32
Fields
| Field | Description |
|---|---|
| DashDot | Represents thin dash-dotted line. |
| DashDotDot | Represents thin dash-dot-dotted line. |
| Dashed | Represents dashed line. |
| Dotted | Represents dotted line. |
| Double | Represents double line. |
| Hair | Represents hair line. |
| MediumDashDot | Represents medium dash-dotted line. |
| MediumDashDotDot | Represents medium dash-dot-dotted line. |
| MediumDashed | Represents medium dashed line. |
| None | Represents no line. |
| Medium | Represents medium line. |
| SlantedDashDot | Represents slanted medium dash-dotted line. |
| Thick | Represents thick line. |
| Thin | Represents thin line. |