IWorkbook.PivotCaches Property
Provides access to the collection of all the PivotTable caches in the specified workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
PivotCacheCollection | A PivotCacheCollection object that is the collection of the PivotCache objects defined in the current workbook. |
See Also