PivotCaches Interface

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("0002441D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface PivotCaches _
    Inherits IEnumerable
'Usage
Dim instance As PivotCaches
[GuidAttribute("0002441D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface PivotCaches : IEnumerable

Remarks

Each memory cache is represented by a PivotCache object.

Use the PivotCaches method to return the PivotCaches collection.

See Also

Reference

PivotCaches Members

Microsoft.Office.Interop.Excel Namespace