Back to Devexpress

IWorkbook.PivotCaches Property

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-6e692e28.md

latest1.3 KB
Original Source

IWorkbook.PivotCaches Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PivotCacheCollection PivotCaches { get; }
vb
ReadOnly Property PivotCaches As PivotCacheCollection

Property Value

TypeDescription
PivotCacheCollection

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

|

See Also

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace