Skip to main content
A newer version of this page is available. .

XlUnderlineType Enum

Lists underline styles.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

public enum XlUnderlineType

Members

Name Description
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.

Related API Members

The following properties accept/return XlUnderlineType values:

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the XlUnderlineType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also