XlUnderlineStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
xlUnderlineStyleNone | -4142 | You should access and use this enumeration from the Excel primary interop assembly (PIA). No underlining. |
xlUnderlineStyleDouble | -4119 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Double thick underline. |
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. |
xlUnderlineStyleDoubleAccounting | 5 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Two thin underlines placed close together. |