[]
Specifies the underline style of text.
public enum UnderlineType
Double = 2Specifies that text has a double underline.
DoubleAccounting = 4Specifies that text has a double accounting underline, causing an entire cell to be underlined rather than just the cell text.
None = 0Specifies that text is not underlined.
Single = 1Specifies that text has a single underline.
SingleAccounting = 3Specifies that text has a single accounting underline, causing an entire cell to be underlined rather than just the cell text.