XlsDocumentImporterOptions.ValidateFormula Property
Gets or sets a value specifying whether to validate formulas when importing a workbook.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to validate formulas while importing a document; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ValidateFormula |
---|---|
WorkbookImportOptions |
|
Remarks
Disable formula validation to accelerate document import.
See Also