XlUnderlineType Enum
Lists underline styles.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
Specifies that the text is not underlined. |
Single
|
Specifies a single underline. |
Double
|
Specifies a double underline. |
Single
|
Specifies a single accounting underline. Adds a single-line underline that is displayed lower than the Xl |
Double
|
Specifies a double accounting underline. Adds a double-line underline that is displayed lower than the Xl |
#Related API Members
The following properties accept/return XlUnderlineType values:
#Remarks
The values listed by this enumeration are used by the XlFontBase.Underline property.