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

XlIgnoreErrors Enum

Lists the document errors that should be ignored by Excel.

Namespace: DevExpress.XtraPrinting

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

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[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