Line styles used for
CellBorder.LineStyle.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum LineStyle |
| Visual Basic |
|---|
Public Enumeration LineStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No line. | |
| Thin | 1 | Thin line. | |
| Medium | 2 | Medium line. | |
| Dashed | 3 | Dashed line. | |
| Dotted | 4 | Dotted line. | |
| Thick | 5 | Thick line. | |
| Double | 6 | Double line. | |
| Hair | 7 | Hair line. | |
| MediumDashed | 8 | Medium dashed line. | |
| DashDot | 9 | Dash-dot line. | |
| MediumDashDot | 10 | Medium dash-dot line. | |
| DashDotDot | 11 | Dash-dot-dot line. | |
| MediumDashDotDot | 12 | Medium dash-dot-dot line. | |
| SlantDashDot | 13 | Slanted dash-dot line. |