# GrapeCity.Spreadsheet.Commands.AutoFilterActions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Commands_AutoFilterActions" data-uid="GrapeCity.Spreadsheet.Commands.AutoFilterActions" class="text-break">AutoFilterActions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the action type of auto filter.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Commands.html">GrapeCity.Spreadsheet.Commands</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Commands_AutoFilterActions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AutoFilterActions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AutoFilterActions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_AutoFilterActions_ChangeCriteria">ChangeCriteria</td>
        <td><p>Change filter criteria.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_AutoFilterActions_Clear">Clear</td>
        <td><p>Clear filter criteria on a filter column or all auto filter columns</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_AutoFilterActions_FilterByCell">FilterByCell</td>
        <td><p>Apply filter by cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_AutoFilterActions_ReApply">ReApply</td>
        <td><p>Applying filter condition again on all filter column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_AutoFilterActions_Replace">Replace</td>
        <td><p>Clear current auto filter and apply with new conditions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_AutoFilterActions_Toggle">Toggle</td>
        <td><p>Turn auto filter on or off.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
