# GrapeCity.Spreadsheet.Slicers.ISlicers

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Slicers_ISlicers" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicers" class="text-break">ISlicers Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicer.html">ISlicer</a> objects.</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_ISlicers_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISlicers</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISlicers</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_ISlicers_Count" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicers.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicers.Count.html#GrapeCity_Spreadsheet_Slicers_ISlicers_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_ISlicers_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicers.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicers.Item.html#GrapeCity_Spreadsheet_Slicers_ISlicers_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicer.html">ISlicer</a> object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicers_Item_System_String_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicers.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicers.Item.html#GrapeCity_Spreadsheet_Slicers_ISlicers_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">GrapeCity.Spreadsheet.Slicers.Slicer</span> 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_ISlicers_Add_GrapeCity_Spreadsheet_IWorksheet_System_String_System_String_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicers.Add(GrapeCity.Spreadsheet.IWorksheet,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicers.Add.html#GrapeCity_Spreadsheet_Slicers_ISlicers_Add_GrapeCity_Spreadsheet_IWorksheet_System_String_System_String_System_Int32_System_Int32_System_Int32_System_Int32_">Add(IWorksheet, string, string, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new slicer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
