A newer version of this page is available.
Switch to the current version.
XlExportOptionsBase.IgnoreErrors Property
Specifies the document errors to be ignored in a resulting Excel file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(XlIgnoreErrors.None)]
[XtraSerializableProperty]
public XlIgnoreErrors IgnoreErrors { get; set; }
<DefaultValue(XlIgnoreErrors.None)>
<XtraSerializableProperty>
Public Property IgnoreErrors As XlIgnoreErrors
Property Value
Type | Default | Description |
---|---|---|
XlIgnoreErrors | None |
An XlIgnoreErrors enumeration value. |
Property Paths
You can access this nested property as listed below:
Show 20 property paths
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
Feedback