# GrapeCity.Spreadsheet.IAutoFilter.ShowAllData

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IAutoFilter_ShowAllData_" data-uid="GrapeCity.Spreadsheet.IAutoFilter.ShowAllData*">ShowAllData Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IAutoFilter_ShowAllData_" data-uid="GrapeCity.Spreadsheet.IAutoFilter.ShowAllData*"></a>
<h4 id="GrapeCity_Spreadsheet_IAutoFilter_ShowAllData_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IAutoFilter.ShowAllData(System.Boolean)">ShowAllData(bool)</h4>
<div class="markdown level1 summary"><p>Displays all the data returned by the <a class="xref" href="GrapeCity.Spreadsheet.IAutoFilter.html">IAutoFilter</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void ShowAllData(bool removing = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub ShowAllData(Optional removing As Boolean = True)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</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><span class="parametername">removing</span></td>
      <td><p>if set to <code>true</code>, the current active filter will be removed; otherwise, it'll be set as inactive.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
