# GrapeCity.Spreadsheet.Slicers.ISlicerCaches

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Slicers_ISlicerCaches" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerCaches" class="text-break">ISlicerCaches Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of slicer caches associated with the specified workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Slicers.html">GrapeCity.Spreadsheet.Slicers</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Slicers_ISlicerCaches_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISlicerCaches</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISlicerCaches</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_Slicers_ISlicerCaches_Count" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Count.html#GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCache.html">ISlicerCache</a> objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Item.html#GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCache.html">ISlicerCache</a> object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Item_System_String_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Item.html#GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCache.html">ISlicerCache</a> object with the specified name.</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_Slicers_ISlicerCaches_Add_GrapeCity_Spreadsheet_ITable_System_Int32_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Add(GrapeCity.Spreadsheet.ITable,System.Int32,System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Add.html#GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Add_GrapeCity_Spreadsheet_ITable_System_Int32_System_String_System_Boolean_">Add(ITable, int, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCache.html">ISlicerCache</a> object to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Add_GrapeCity_Spreadsheet_ITable_System_String_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Add(GrapeCity.Spreadsheet.ITable,System.String,System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Add.html#GrapeCity_Spreadsheet_Slicers_ISlicerCaches_Add_GrapeCity_Spreadsheet_ITable_System_String_System_String_System_Boolean_">Add(ITable, string, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCache.html">ISlicerCache</a> object to the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
