XlIgnoreErrors Enum
In This Article
Lists the document errors that should be ignored by Excel.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
No document errors are ignored in a resulting Excel file. |
Number
|
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