Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IWorkbook.PivotCaches Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.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