Skip to main content
A newer version of this page is available. .
Row

IWorkbook.PivotCaches Property

Provides access to the collection of all the PivotTable caches in the specified workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

PivotCacheCollection PivotCaches { get; }

Property Value

Type Description
PivotCacheCollection

A PivotCacheCollection object that is the collection of the PivotCache objects defined in the current workbook.

See Also