# GrapeCity.Spreadsheet.PivotTables.IPivotCache

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotCache" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCache" class="text-break">IPivotCache Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the memory cache for a PivotTable report.</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_IPivotCache_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotCache</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotCache</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_IPivotCache_RefreshOnFileOpen" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCache.RefreshOnFileOpen">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCache.RefreshOnFileOpen.html#GrapeCity_Spreadsheet_PivotTables_IPivotCache_RefreshOnFileOpen">RefreshOnFileOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the PivotTable cache is automatically updated each time the workbook is opened.</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_IPivotCache_CreatePivotTable_GrapeCity_Spreadsheet_IRange_System_String_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCache.CreatePivotTable(GrapeCity.Spreadsheet.IRange,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCache.CreatePivotTable.html#GrapeCity_Spreadsheet_PivotTables_IPivotCache_CreatePivotTable_GrapeCity_Spreadsheet_IRange_System_String_">CreatePivotTable(IRange, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a PivotTable report based on an <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCache.html">IPivotCache</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotCache_Refresh" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotCache.Refresh">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotCache.Refresh.html#GrapeCity_Spreadsheet_PivotTables_IPivotCache_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Causes the associated <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> objects to be redrawn immediately.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
