Skip to main content

XlIgnoreErrors Enum

Lists the document errors that should be ignored by Excel.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum XlIgnoreErrors

Members

Name Description
None

No document errors are ignored in a resulting Excel file.

NumberStoredAsText

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

Related API Members

The following properties accept/return XlIgnoreErrors values:

Remarks

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

See Also