Namespace: Spire.Xls.Core.Spreadsheet
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 UnderlineStyle
Public Enumeration UnderlineStyle
public enum class UnderlineStyle
type UnderlineStyle
Members
| Member | Value | Description |
|---|---|---|
| Continuous | 0 | |
| TurnOff | 1 | |
| Dotted | 2 | |
| Dash | 3 | |
| DashDot | 4 | |
| DashDotDot | 5 | |
| Double | 6 | |
| HeavyWave | 7 | |
| LongDash | 8 | |
| None | 9 | |
| Thick | 10 | |
| ThickDotted | 11 | |
| ThickDash | 12 | |
| ThickDashDot | 13 | |
| ThickDashDotDot | 14 | |
| ThickLongDash | 15 | |
| DoubleWave | 16 | |
| Word | 17 | |
| Wave | 18 |