XlUnderlineStyle Enumeration
Specifies the type of underline applied to a font.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("9B1665EA-5EA9-4D9B-9B61-D6D1E7C087E2")> _
Public Enumeration XlUnderlineStyle
'Usage
Dim instance As XlUnderlineStyle
[GuidAttribute("9B1665EA-5EA9-4D9B-9B61-D6D1E7C087E2")]
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. |