Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of underline applied to a font.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration XlUnderlineStyle
'Usage
Dim instance As XlUnderlineStyle
public enum XlUnderlineStyle
Members
| Member name | Description | |
|---|---|---|
| xlUnderlineStyleDouble | Double thick underline. | |
| xlUnderlineStyleDoubleAccounting | Two thin underlines placed close together. | |
| xlUnderlineStyleNone | No underlining. | |
| xlUnderlineStyleSingle | Single underlining. | |
| xlUnderlineStyleSingleAccounting | Not supported. |