# GrapeCity.Spreadsheet.AutoFilterColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_AutoFilterColumn" data-uid="GrapeCity.Spreadsheet.AutoFilterColumn" class="text-break">AutoFilterColumn Struct
</h1>
  <div class="markdown level0 summary"><p>The FilterColumn collection identifies a particular column in the AutoFilter range and specifies filter information that has been applied
to this column. If a column in the AutoFilter range has no criteria specified, then there is no corresponding filterColumn collection
expressed for that column.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_AutoFilterColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct AutoFilterColumn</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure AutoFilterColumn</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_AutoFilterColumn_ActiveFilter" data-uid="GrapeCity.Spreadsheet.AutoFilterColumn.ActiveFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.AutoFilterColumn.ActiveFilter.html#GrapeCity_Spreadsheet_AutoFilterColumn_ActiveFilter">ActiveFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the active filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AutoFilterColumn_ColumnIndex" data-uid="GrapeCity.Spreadsheet.AutoFilterColumn.ColumnIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.AutoFilterColumn.ColumnIndex.html#GrapeCity_Spreadsheet_AutoFilterColumn_ColumnIndex">ColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero-based index indicating the AutoFilter column to which this filter information applies.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AutoFilterColumn_FilterCount" data-uid="GrapeCity.Spreadsheet.AutoFilterColumn.FilterCount">
          <a class="xref" href="GrapeCity.Spreadsheet.AutoFilterColumn.FilterCount.html#GrapeCity_Spreadsheet_AutoFilterColumn_FilterCount">FilterCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of filters in the column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AutoFilterColumn_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.AutoFilterColumn.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.AutoFilterColumn.Item.html#GrapeCity_Spreadsheet_AutoFilterColumn_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">GrapeCity.Spreadsheet.Filter</span> with the specified filter 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_AutoFilterColumn_IsFilteredOut" data-uid="GrapeCity.Spreadsheet.AutoFilterColumn.IsFilteredOut">
          <a class="xref" href="GrapeCity.Spreadsheet.AutoFilterColumn.IsFilteredOut.html#GrapeCity_Spreadsheet_AutoFilterColumn_IsFilteredOut">IsFilteredOut()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether there is any filtered out item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
