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

XlErrorsPrintMode Enum

Lists values used to specify how cell errors are printed.

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlErrorsPrintMode

Members

Name Description
Displayed

Cell errors are printed as they are displayed on a worksheet.

Blank

Cell errors are not printed.

Dash

Cell errors are printed as double dashes (–).

NA

Cell errors are printed as #N/A.

Related API Members

The following properties accept/return XlErrorsPrintMode values:

Remarks

The values listed by this enumeration are used by the XlPageSetup.ErrorsPrintMode property.

See Also