Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum LineStyleType
Public Enumeration LineStyleType
public enum class LineStyleType
type LineStyleType
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| Thin | 1 | |
| Medium | 2 | |
| Dashed | 3 | |
| Dotted | 4 | |
| Thick | 5 | |
| Double | 6 | |
| Hair | 7 | |
| MediumDashed | 8 | |
| DashDot | 9 | |
| MediumDashDot | 10 | |
| DashDotDot | 11 | |
| MediumDashDotDot | 12 | |
| SlantedDashDot | 13 |