XlUnderlineStyle Enumeration
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. |