XlIgnoreErrors Enum
Lists the document errors that should be ignored by Excel.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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