IWorkbook.PivotCaches Property
In This Article
Provides access to the collection of all the PivotTable caches in the specified workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PivotCacheCollection PivotCaches { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also