# GrapeCity.Documents.Excel.IAutoFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IAutoFilter" data-uid="GrapeCity.Documents.Excel.IAutoFilter" class="text-break">IAutoFilter Interface
</h1>
  <div class="markdown level0 summary"><p>Represents autofiltering for the specified worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IAutoFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAutoFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAutoFilter</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_Documents_Excel_IAutoFilter_FilterMode" data-uid="GrapeCity.Documents.Excel.IAutoFilter.FilterMode">
          <a class="xref" href="GrapeCity.Documents.Excel.IAutoFilter.FilterMode.html#GrapeCity_Documents_Excel_IAutoFilter_FilterMode">FilterMode</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True if the worksheet is in the AutoFilter filter mode (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAutoFilter_Filters" data-uid="GrapeCity.Documents.Excel.IAutoFilter.Filters">
          <a class="xref" href="GrapeCity.Documents.Excel.IAutoFilter.Filters.html#GrapeCity_Documents_Excel_IAutoFilter_Filters">Filters</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Filters collection that represents all the filters in an autofiltered range (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAutoFilter_Range" data-uid="GrapeCity.Documents.Excel.IAutoFilter.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.IAutoFilter.Range.html#GrapeCity_Documents_Excel_IAutoFilter_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range to which the specified AutoFilter applies.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAutoFilter_Sort" data-uid="GrapeCity.Documents.Excel.IAutoFilter.Sort">
          <a class="xref" href="GrapeCity.Documents.Excel.IAutoFilter.Sort.html#GrapeCity_Documents_Excel_IAutoFilter_Sort">Sort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort column or columns, and sort order for the AutoFilter 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_Documents_Excel_IAutoFilter_ApplyFilter" data-uid="GrapeCity.Documents.Excel.IAutoFilter.ApplyFilter">
          <a class="xref" href="GrapeCity.Documents.Excel.IAutoFilter.ApplyFilter.html#GrapeCity_Documents_Excel_IAutoFilter_ApplyFilter">ApplyFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the specified AutoFilter object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAutoFilter_ShowAllData" data-uid="GrapeCity.Documents.Excel.IAutoFilter.ShowAllData">
          <a class="xref" href="GrapeCity.Documents.Excel.IAutoFilter.ShowAllData.html#GrapeCity_Documents_Excel_IAutoFilter_ShowAllData">ShowAllData()</a>
        </td>
        <td class="markdown level1 summary"><p>Displays all the data returned by the AutoFilter object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
