UnderlineValues enumeration

Office 2013 and later

Underline Types

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Single Single Underline. When the item is serialized out as xml, its value is "single".
Double Double Underline. When the item is serialized out as xml, its value is "double".
SingleAccounting Accounting Single Underline. When the item is serialized out as xml, its value is "singleAccounting".
DoubleAccounting Accounting Double Underline. When the item is serialized out as xml, its value is "doubleAccounting".
None None. When the item is serialized out as xml, its value is "none".
Show: