XlUnderlineStyle Enumeration

Specifies the type of underline applied to a font.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace