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.
Specifies the type of underline applied to a font.
public enum class XlUnderlineStyle
public enum XlUnderlineStyle
Public Enum XlUnderlineStyle
- Inheritance
-
XlUnderlineStyle
Fields
Name | Value | Description |
---|---|---|
xlUnderlineStyleNone | -4142 | No underlining. |
xlUnderlineStyleDouble | -4119 | Double thick underline. |
xlUnderlineStyleSingle | 2 | Single underlining. |
xlUnderlineStyleSingleAccounting | 4 | Not supported. |
xlUnderlineStyleDoubleAccounting | 5 | Two thin underlines placed close together. |