Back to Devexpress

PivotCacheCollection Interface

officefileapi-devexpress-dot-spreadsheet-2932ad3a.md

latest1.5 KB
Original Source

PivotCacheCollection Interface

Represents the collection of data caches from the PivotTable reports in a workbook.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface PivotCacheCollection :
    ISimpleCollection<PivotCache>,
    IEnumerable<PivotCache>,
    IEnumerable,
    ICollection
vb
Public Interface PivotCacheCollection
    Inherits ISimpleCollection(Of PivotCache),
             IEnumerable(Of PivotCache),
             IEnumerable,
             ICollection

The following members return PivotCacheCollection objects:

Remarks

Use the IWorkbook.PivotCaches property to return the PivotCacheCollection collection.

See Also

PivotCacheCollection Members

DevExpress.Spreadsheet Namespace