XlUnderlineStyle Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the type of underline applied to a font.

public enum class XlUnderlineStyle
[System.Runtime.InteropServices.Guid("9B1665EA-5EA9-4D9B-9B61-D6D1E7C087E2")]
public enum XlUnderlineStyle
[<System.Runtime.InteropServices.Guid("9B1665EA-5EA9-4D9B-9B61-D6D1E7C087E2")>]
type XlUnderlineStyle = 
Public Enum XlUnderlineStyle
Inheritance
XlUnderlineStyle
Attributes

Fields

xlUnderlineStyleDouble -4119

You should access and use this enumeration from the Excel primary interop assembly (PIA). Double thick underline.

xlUnderlineStyleDoubleAccounting 5

You should access and use this enumeration from the Excel primary interop assembly (PIA). Two thin underlines placed close together.

xlUnderlineStyleNone -4142

You should access and use this enumeration from the Excel primary interop assembly (PIA). No underlining.

xlUnderlineStyleSingle 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Single underlining.

xlUnderlineStyleSingleAccounting 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Not supported.

Applies to