Specifies the type of underline that is applied to a font.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("DDAFA8B9-3BBB-4679-8D6C-8701B9F234E2")> _
Public Enumeration XlUnderlineStyle
'Usage
Dim instance As XlUnderlineStyle
[GuidAttribute("DDAFA8B9-3BBB-4679-8D6C-8701B9F234E2")]
public enum XlUnderlineStyle
Members
| Member name | Description | |
|---|---|---|
| xlUnderlineStyleDouble | Double thick underline. | |
| xlUnderlineStyleDoubleAccounting | Two thin underlines placed close together. | |
| xlUnderlineStyleNone | No underline. | |
| xlUnderlineStyleSingle | Single underline. | |
| xlUnderlineStyleSingleAccounting | Not supported. |