# GrapeCity.Documents.Excel.IPivotCaches

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPivotCaches" data-uid="GrapeCity.Documents.Excel.IPivotCaches" class="text-break">IPivotCaches Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of memory caches from the PivotTable reports in a workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IPivotCaches_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotCaches : IEnumerable&lt;IPivotCache&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotCaches
    Inherits IEnumerable(Of IPivotCache), IEnumerable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCaches_Count" data-uid="GrapeCity.Documents.Excel.IPivotCaches.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCaches.Count.html#GrapeCity_Documents_Excel_IPivotCaches_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCaches_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.IPivotCaches.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCaches.Item.html#GrapeCity_Documents_Excel_IPivotCaches_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a PivotCache by index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCaches_Create_System_Object_" data-uid="GrapeCity.Documents.Excel.IPivotCaches.Create(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCaches.Create.html#GrapeCity_Documents_Excel_IPivotCaches_Create_System_Object_">Create(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PivotCache using <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">range</a> or <a class="xref" href="GrapeCity.Documents.Excel.ITable.html">table</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
