Skip to main content
All docs
V26.1
  • Row

    WorkbookSecurityLoadingOptions.RemoveRestrictedFormulas Property

    Gets or sets whether to remove restricted formulas from the loaded workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public bool RemoveRestrictedFormulas { get; set; }

    Property Value

    Type Description
    Boolean

    true if restricted formulas should be removed; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to RemoveRestrictedFormulas
    WorkbookOptions
    .SecurityLoadingOptions .RemoveRestrictedFormulas
    See Also