# GrapeCity.Spreadsheet.IWorksheet.AutoFilterMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IWorksheet_AutoFilterMode_" data-uid="GrapeCity.Spreadsheet.IWorksheet.AutoFilterMode*">AutoFilterMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IWorksheet_AutoFilterMode_" data-uid="GrapeCity.Spreadsheet.IWorksheet.AutoFilterMode*"></a>
<h4 id="GrapeCity_Spreadsheet_IWorksheet_AutoFilterMode" data-uid="GrapeCity.Spreadsheet.IWorksheet.AutoFilterMode">AutoFilterMode</h4>
<div class="markdown level1 summary"><p>Gets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool AutoFilterMode { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property AutoFilterMode As Boolean</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the AutoFilter drop-down arrows are currently displayed on the sheet; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Spreadsheet_IWorksheet_AutoFilterMode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property returns <code>true</code> if the drop-down arrows are currently displayed.
You can set this property to <code>false</code> to remove the arrows, but you cannot set it to <code>true</code>.
Use the <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFilter.html#GrapeCity_Spreadsheet_IRange_AutoFilter_System_Boolean_System_Boolean_">AutoFilter(bool, bool)</a> method to filter a list and display the drop-down arrows.</p>
</div>
</div>
