UnderlineStyle Enumeration
|
\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
\ulldashLong dash underline
\ulnone Stops all underlining.
\ulth Thick underline
\ulthd Thick dotted underline
\ulthdashThick dash underline
\ulthdashdThick dash dot underline
\ulthdashddThick dash dot dot underline
\ulthldashThick long dash underline
\ululdbwave Double wave underline
\ulw Word underline.
\ulwave Wave underline.
Elements order is very important.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum UnderlineStyle
Public Enumeration UnderlineStyle
public enum class UnderlineStyle
Members
|
Member name
|
Value
|
Description
|
|
Continuous
|
0
|
Continuous underline.
|
|
TurnOff
|
1
|
Turns off all underlining.
|
|
Dotted
|
2
|
Dotted underline.
|
|
Dash
|
3
|
Dash underline.
|
|
DashDot
|
4
|
Dash dot underline.
|
|
DashDotDot
|
5
|
Dash dot dot underline.
|
|
Double
|
6
|
Double underline.
|
|
HeavyWave
|
7
|
Heavy wave underline.
|
|
LongDash
|
8
|
Long dash underline.
|
|
None
|
9
|
Stops all underlining.
|
|
Thick
|
10
|
Thick underline.
|
|
ThickDotted
|
11
|
Thick dotted underline.
|
|
ThickDash
|
12
|
Thick dash underline.
|
|
ThickDashDot
|
13
|
Thick dash dot underline.
|
|
ThickDashDotDot
|
14
|
Thick dash dot dot underline.
|
|
ThickLongDash
|
15
|
Thick long dash underline.
|
|
DoubleWave
|
16
|
Double wave underline.
|
|
Word
|
17
|
Word underline.
|
|
Wave
|
18
|
Wave underline.
|
See Also