Skip to main content
All docs
V25.1
  • XlsbDocumentImporterOptions.ValidateFormula Property

    Gets or sets whether to validate formulas when importing a workbook.

    Namespace: DevExpress.XtraSpreadsheet.Import

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    [DefaultValue(false)]
    public bool ValidateFormula { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true, to validate formulas while a document is imported; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ValidateFormula
    WorkbookImportOptions
    .Xlsb .ValidateFormula
    See Also