Back to Devexpress

XlIgnoreErrors Enum

corelibraries-devexpress-dot-xtraprinting-e4189b95.md

latest1.4 KB
Original Source

XlIgnoreErrors Enum

Lists the document errors that should be ignored by Excel.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum XlIgnoreErrors
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum XlIgnoreErrors

Members

NameDescription
None

No document errors are ignored in a resulting Excel file.

| | NumberStoredAsText |

Values stored as text are ignored in a resulting Excel file.

|

The following properties accept/return XlIgnoreErrors values:

Remarks

An XlIgnoreErrors enumeration value is returned by the XlExportOptionsBase.IgnoreErrors property.

See Also

IgnoreErrors

DevExpress.XtraPrinting Namespace