# GrapeCity.Spreadsheet.PivotTables.IPivotFilters

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotFilters" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilters" class="text-break">IPivotFilters Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of filters applied to a PivotTable.</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_IPivotFilters_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotFilters</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotFilters</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_IPivotFilters_Count" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilters.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilters.Count.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilters_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of filters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotFilters_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilters.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilters.Item.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilters_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the filter at the specified index.</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_IPivotFilters_Add_GrapeCity_Spreadsheet_PivotTables_PivotFilterType_System_Int32_System_Object_System_Object_System_Nullable_System_Boolean__" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilters.Add(GrapeCity.Spreadsheet.PivotTables.PivotFilterType,System.Int32,System.Object,System.Object,System.Nullable{System.Boolean})">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilters.Add.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilters_Add_GrapeCity_Spreadsheet_PivotTables_PivotFilterType_System_Int32_System_Object_System_Object_System_Nullable_System_Boolean__">Add(PivotFilterType, int, object, object, bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new filter to the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
