UnderlineValues Enumeration
Underline Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration UnderlineValues
'Usage
Dim instance As UnderlineValues
public enum UnderlineValues
Members
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". |