Back to Devexpress

XlErrorsPrintMode Enum

corelibraries-devexpress-dot-export-dot-xl-19cd3e4d.md

latest1.3 KB
Original Source

XlErrorsPrintMode Enum

Lists values used to specify how cell errors are printed.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlErrorsPrintMode
vb
Public Enum XlErrorsPrintMode

Members

NameDescription
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.

|

The following properties accept/return XlErrorsPrintMode values:

Remarks

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

See Also

DevExpress.Export.Xl Namespace