# GrapeCity.Spreadsheet.PivotTables.IPivotCaches

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotCaches" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCaches" class="text-break">IPivotCaches Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of memory caches from the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> reports in a workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.html">GrapeCity.Spreadsheet.PivotTables</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_PivotTables_IPivotCaches_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotCaches</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotCaches</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_Spreadsheet_PivotTables_IPivotCaches_Count" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Count.html#GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Item.html#GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a single <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCache.html">IPivotCache</a> object from the collection.</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_Spreadsheet_PivotTables_IPivotCaches_Create_GrapeCity_Spreadsheet_IRange_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Create(GrapeCity.Spreadsheet.IRange)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Create.html#GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Create_GrapeCity_Spreadsheet_IRange_">Create(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PivotCache.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Create_GrapeCity_Spreadsheet_ITable_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Create(GrapeCity.Spreadsheet.ITable)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Create.html#GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Create_GrapeCity_Spreadsheet_ITable_">Create(ITable)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PivotCache.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Create_System_String_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Create(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Create.html#GrapeCity_Spreadsheet_PivotTables_IPivotCaches_Create_System_String_">Create(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PivotCache.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
