UnderlineValues Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Underline Types
public enum UnderlineValuespublic readonly struct UnderlineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.UnderlineValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.UnderlineValues>type UnderlineValues = type UnderlineValues = struct
    interface IEnumValue
    interface IEnumValueFactory<UnderlineValues>Public Enum UnderlineValuesPublic Structure UnderlineValues
Implements IEnumValue, IEnumValueFactory(Of UnderlineValues), IEquatable(Of UnderlineValues)- Inheritance
- 
				UnderlineValues
- Inheritance
- 
				UnderlineValues
Fields
| Name | Value | Description | 
|---|---|---|
| Single | 0 | Single Underline. When the item is serialized out as xml, its value is "single". | 
| Double | 1 | Double Underline. When the item is serialized out as xml, its value is "double". | 
| SingleAccounting | 2 | Accounting Single Underline. When the item is serialized out as xml, its value is "singleAccounting". | 
| DoubleAccounting | 3 | Accounting Double Underline. When the item is serialized out as xml, its value is "doubleAccounting". | 
| None | 4 | None. When the item is serialized out as xml, its value is "none". | 
| Double | Double Underline. When the item is serialized out as xml, its value is "double". | |
| DoubleAccounting | Accounting Double Underline. When the item is serialized out as xml, its value is "doubleAccounting". | |
| Equality(UnderlineValues, UnderlineValues) | ||
| Equals(Object) | ||
| Equals(UnderlineValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<UnderlineValues>.Create(String) | ||
| Inequality(UnderlineValues, UnderlineValues) | ||
| None | None. When the item is serialized out as xml, its value is "none". | |
| Single | Single Underline. When the item is serialized out as xml, its value is "single". | |
| SingleAccounting | Accounting Single Underline. When the item is serialized out as xml, its value is "singleAccounting". | |
| ToString() | ||
| UnderlineValues(String) | Creates a new UnderlineValues enum instance |