Skip to main content
All docs
V26.1
  • Row

    WorkbookSecurityLoadingOptions.RemovePivotCaches Property

    Gets or sets whether to remove pivot caches from the loaded workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public bool RemovePivotCaches { get; set; }

    Property Value

    Type Description
    Boolean

    true if pivot caches should be removed; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

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