Back to Devexpress

XlUnderlineType Enum

corelibraries-devexpress-dot-export-dot-xl-843d2c86.md

latest1.7 KB
Original Source

XlUnderlineType Enum

Lists underline styles.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlUnderlineType
vb
Public Enum XlUnderlineType

Members

NameDescription
None

Specifies that the text is not underlined.

| | Single |

Specifies a single underline.

| | Double |

Specifies a double underline.

| | SingleAccounting |

Specifies a single accounting underline.

Adds a single-line underline that is displayed lower than the XlUnderlineType.Single underline and fills the entire cell width if the cell contains text or date values.

| | DoubleAccounting |

Specifies a double accounting underline.

Adds a double-line underline that is displayed lower than the XlUnderlineType.Double underline and fills the entire cell width if the cell contains text or date values.

|

The following properties accept/return XlUnderlineType values:

Remarks

The values listed by this enumeration are used by the XlFontBase.Underline property.

See Also

DevExpress.Export.Xl Namespace