Skip to main content
Row

IWorkbook.PivotCaches Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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