XlExportOptionsBase.IgnoreErrors Property
Specifies the document errors to be ignored in a resulting Excel file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(XlIgnoreErrors.None)]
public XlIgnoreErrors IgnoreErrors { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Xl |
None | An Xl |
Available values:
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. |
#Remarks
Use this property to define whether or not Excel should display warnings if there are errors in a document (e.g., when a number is stored as text).