XlUnderlineStyle enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the type of underline applied to a font.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlUnderlineStyleDouble | You should access and use this enumeration from the Excel primary interop assembly (PIA). Double thick underline. | |
| xlUnderlineStyleDoubleAccounting | You should access and use this enumeration from the Excel primary interop assembly (PIA). Two thin underlines placed close together. | |
| xlUnderlineStyleNone | You should access and use this enumeration from the Excel primary interop assembly (PIA). No underlining. | |
| xlUnderlineStyleSingle | You should access and use this enumeration from the Excel primary interop assembly (PIA). Single underlining. | |
| xlUnderlineStyleSingleAccounting | You should access and use this enumeration from the Excel primary interop assembly (PIA). Not supported. |
Show: