Skip to main content
Row

PivotCacheCollection.RefreshAll() Method

Refreshes all pivot caches in the workbook.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void RefreshAll()

Remarks

The RefreshAll property allows you to refresh all pivot tables in the document at once to reflect any changes made in the source data.

If you wish to refresh a specific pivot table in your document, use the PivotTable.Cache property to get the report’s data cache and then call its PivotCache.Refresh method. If the specified pivot cache is shared between two or more PivotTable reports, all these reports will also be updated.

See Also