Back to Devexpress

XlExportOptionsBase.IgnoreErrors Property

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-c7b5ad7e.md

latest1.7 KB
Original Source

XlExportOptionsBase.IgnoreErrors Property

Specifies the document errors to be ignored in a resulting Excel file.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(XlIgnoreErrors.None)]
public XlIgnoreErrors IgnoreErrors { get; set; }
vb
<DefaultValue(XlIgnoreErrors.None)>
Public Property IgnoreErrors As XlIgnoreErrors

Property Value

TypeDefaultDescription
XlIgnoreErrorsNone

An XlIgnoreErrors enumeration value.

|

Available values:

NameDescription
None

No document errors are ignored in a resulting Excel file.

| | NumberStoredAsText |

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).

See Also

XlExportOptionsBase Class

XlExportOptionsBase Members

DevExpress.XtraPrinting Namespace