Class UnderlineStyle
\ul Continuous underline. \ul0 turns off all underlining. \ulcN Underline color \uld Dotted underline. \uldash Dash underline. \uldashd Dash dot underline. \uldashdd Dash dot dot underline. \uldb Double underline. \ulhwave Heavy wave underline \ulldash Long dash underline \ulnone Stops all underlining. \ulth Thick underline \ulthd Thick dotted underline \ulthdash Thick dash underline \ulthdashd Thick dash dot underline \ulthdashdd Thick dash dot dot underline \ulthldash Thick long dash underline \ululdbwave Double wave underline \ulw Word underline. \ulwave Wave underline.
Elements order is very important.
Inheritance
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class UnderlineStyle : Enum
Fields
Continuous
Continuous underline.
Declaration
public const UnderlineStyle Continuous
Field Value
| Type |
|---|
| UnderlineStyle |
Dash
Dash underline.
Declaration
public const UnderlineStyle Dash
Field Value
| Type |
|---|
| UnderlineStyle |
DashDot
Dash dot underline.
Declaration
public const UnderlineStyle DashDot
Field Value
| Type |
|---|
| UnderlineStyle |
DashDotDot
Dash dot dot underline.
Declaration
public const UnderlineStyle DashDotDot
Field Value
| Type |
|---|
| UnderlineStyle |
Dotted
Dotted underline.
Declaration
public const UnderlineStyle Dotted
Field Value
| Type |
|---|
| UnderlineStyle |
Double
Double underline.
Declaration
public const UnderlineStyle Double
Field Value
| Type |
|---|
| UnderlineStyle |
DoubleWave
Double wave underline.
Declaration
public const UnderlineStyle DoubleWave
Field Value
| Type |
|---|
| UnderlineStyle |
HeavyWave
Heavy wave underline.
Declaration
public const UnderlineStyle HeavyWave
Field Value
| Type |
|---|
| UnderlineStyle |
LongDash
Long dash underline.
Declaration
public const UnderlineStyle LongDash
Field Value
| Type |
|---|
| UnderlineStyle |
None
Stops all underlining.
Declaration
public const UnderlineStyle None
Field Value
| Type |
|---|
| UnderlineStyle |
Thick
Thick underline.
Declaration
public const UnderlineStyle Thick
Field Value
| Type |
|---|
| UnderlineStyle |
ThickDash
Thick dash underline.
Declaration
public const UnderlineStyle ThickDash
Field Value
| Type |
|---|
| UnderlineStyle |
ThickDashDot
Thick dash dot underline.
Declaration
public const UnderlineStyle ThickDashDot
Field Value
| Type |
|---|
| UnderlineStyle |
ThickDashDotDot
Thick dash dot dot underline.
Declaration
public const UnderlineStyle ThickDashDotDot
Field Value
| Type |
|---|
| UnderlineStyle |
ThickDotted
Thick dotted underline.
Declaration
public const UnderlineStyle ThickDotted
Field Value
| Type |
|---|
| UnderlineStyle |
ThickLongDash
Thick long dash underline.
Declaration
public const UnderlineStyle ThickLongDash
Field Value
| Type |
|---|
| UnderlineStyle |
TurnOff
Turns off all underlining.
Declaration
public const UnderlineStyle TurnOff
Field Value
| Type |
|---|
| UnderlineStyle |
Wave
Wave underline.
Declaration
public const UnderlineStyle Wave
Field Value
| Type |
|---|
| UnderlineStyle |
Word
Word underline.
Declaration
public const UnderlineStyle Word
Field Value
| Type |
|---|
| UnderlineStyle |