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)

Usage

Dim xlUnderlineStyle1 As XlUnderlineStyle = XlUnderlineStyle.xlUnderlineStyleDouble

Syntax

Public Enum XlUnderlineStyle
public enum XlUnderlineStyle
public enum class XlUnderlineStyle
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace