# GrapeCity.Spreadsheet.Slicers.ISlicerItems

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Slicers_ISlicerItems" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems" class="text-break">ISlicerItems Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of SlicerItem objects contained in a <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerCache.html">ISlicerCache</a> object.</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_ISlicerItems_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISlicerItems</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISlicerItems</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_ISlicerItems_Count" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Count.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.html">ISlicerItem</a> objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItems_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Item.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.html">ISlicerItem</a> object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItems_Item_System_String_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Item.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.html">ISlicerItem</a> object from a 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_Slicers_ISlicerItems_InitializeBatching" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.InitializeBatching">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.InitializeBatching.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_InitializeBatching">InitializeBatching()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes batching for the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.html">ISlicerItems</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItems_Range_System_String___" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Range(System.String[])">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Range.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_Range_System_String___">Range(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.html">ISlicerItem</a> objects from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItems_Select_System_Int32_System_Int32_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Select(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Select.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_Select_System_Int32_System_Int32_System_Boolean_">Select(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the specified range of the slicer items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItems_Select_System_Int32___" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Select(System.Int32[])">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.Select.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_Select_System_Int32___">Select(params int[])</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the slicer items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItems_TerminateBatching_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItems.TerminateBatching(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.TerminateBatching.html#GrapeCity_Spreadsheet_Slicers_ISlicerItems_TerminateBatching_System_Boolean_">TerminateBatching(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Ends batching for the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItems.html">ISlicerItems</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
