Skip to main content

SpreadsheetXlsImportOptions.ValidateFormula Property

Gets or sets a value specifying whether to validate formulas when importing a workbook. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool ValidateFormula { get; set; }

Property Value

Type Description
Boolean

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
SpreadsheetImportOptions
.Xls .ValidateFormula

Remarks

Disable formula validation to accelerate document import.

See Also