XlErrorsPrintMode Enum
In This Article
Lists values used to specify how cell errors are printed.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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