# FarPoint.Win.Spread.IManualRowFilterSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_IManualRowFilterSupport" data-uid="FarPoint.Win.Spread.IManualRowFilterSupport" class="text-break">IManualRowFilterSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports to not filtering automatically when there is a cell change.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_IManualRowFilterSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IManualRowFilterSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IManualRowFilterSupport</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="FarPoint_Win_Spread_IManualRowFilterSupport_IsManual" data-uid="FarPoint.Win.Spread.IManualRowFilterSupport.IsManual">
          <a class="xref" href="FarPoint.Win.Spread.IManualRowFilterSupport.IsManual.html#FarPoint_Win_Spread_IManualRowFilterSupport_IsManual">IsManual</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether filter responds immediately to a cell change.
<returns><code>true</code>specifies the filter will not automatically trigger when there is a cell change; otherwise, <code>false</code>.
</returns></p>
</td>
      </tr>
    </tbody>
  </table>

</div>
