# GrapeCity.Spreadsheet.IAutoFilterOwner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IAutoFilterOwner" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner" class="text-break">IAutoFilterOwner Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an object which contains an <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.AutoFilter.html#GrapeCity_Spreadsheet_IAutoFilterOwner_AutoFilter">AutoFilter</a>.</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_IAutoFilterOwner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAutoFilterOwner</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAutoFilterOwner</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_IAutoFilterOwner_AutoFilter" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.AutoFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.AutoFilter.html#GrapeCity_Spreadsheet_IAutoFilterOwner_AutoFilter">AutoFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the autoFilter object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAutoFilterOwner_DefaultSortHeader" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.DefaultSortHeader">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.DefaultSortHeader.html#GrapeCity_Spreadsheet_IAutoFilterOwner_DefaultSortHeader">DefaultSortHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the first row contains header information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAutoFilterOwner_ShowDropDownButton" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.ShowDropDownButton">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.ShowDropDownButton.html#GrapeCity_Spreadsheet_IAutoFilterOwner_ShowDropDownButton">ShowDropDownButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the filter drop down button is shown. AutoFilter in table has this property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAutoFilterOwner_Worksheet" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.Worksheet">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.Worksheet.html#GrapeCity_Spreadsheet_IAutoFilterOwner_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet which contains this <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.html">IAutoFilterOwner</a> object.</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_IAutoFilterOwner_CreateAutoFilter_GrapeCity_Spreadsheet_Worksheet_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.CreateAutoFilter(GrapeCity.Spreadsheet.Worksheet,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.CreateAutoFilter.html#GrapeCity_Spreadsheet_IAutoFilterOwner_CreateAutoFilter_GrapeCity_Spreadsheet_Worksheet_System_Int32_System_Int32_System_Int32_System_Int32_">CreateAutoFilter(Worksheet, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the automatic filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAutoFilterOwner_NotifyFilterButtonHiddenChanged_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.NotifyFilterButtonHiddenChanged(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.NotifyFilterButtonHiddenChanged.html#GrapeCity_Spreadsheet_IAutoFilterOwner_NotifyFilterButtonHiddenChanged_System_Boolean_">NotifyFilterButtonHiddenChanged(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the filter button hidden has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAutoFilterOwner_OnAutoFilterChanged_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.OnAutoFilterChanged(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.OnAutoFilterChanged.html#GrapeCity_Spreadsheet_IAutoFilterOwner_OnAutoFilterChanged_System_Int32_System_Int32_System_Int32_">OnAutoFilterChanged(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the auto filter change event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAutoFilterOwner_RemoveFilter" data-uid="GrapeCity.Spreadsheet.IAutoFilterOwner.RemoveFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilterOwner.RemoveFilter.html#GrapeCity_Spreadsheet_IAutoFilterOwner_RemoveFilter">RemoveFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the filter from the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
