UnderlineValues enumeration
Office 2013 and later
Underline Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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: