# FarPoint.Web.Spread.IRowFilterSlim

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_IRowFilterSlim" data-uid="FarPoint.Web.Spread.IRowFilterSlim" class="text-break">IRowFilterSlim Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports row filters for filtering rows on a sheet. It provides better performance and uses less memory than the original IRowFilter.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_IRowFilterSlim_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRowFilterSlim : IRowFilter, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IRowFilterSlim
    Inherits IRowFilter, ISerializeSupport</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_Web_Spread_IRowFilterSlim_ResetIfNoFilteredRow" data-uid="FarPoint.Web.Spread.IRowFilterSlim.ResetIfNoFilteredRow">
          <a class="xref" href="FarPoint.Web.Spread.IRowFilterSlim.ResetIfNoFilteredRow.html#FarPoint_Web_Spread_IRowFilterSlim_ResetIfNoFilteredRow">ResetIfNoFilteredRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value which indicates that the filtered row list will be reset if there is no filtered row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IRowFilterSlim_SupportFilteredOutRowList" data-uid="FarPoint.Web.Spread.IRowFilterSlim.SupportFilteredOutRowList">
          <a class="xref" href="FarPoint.Web.Spread.IRowFilterSlim.SupportFilteredOutRowList.html#FarPoint_Web_Spread_IRowFilterSlim_SupportFilteredOutRowList">SupportFilteredOutRowList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the row filter provides a filtered-out row list.</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="FarPoint_Web_Spread_IRowFilterSlim_GetIntersectedFilteredInRows" data-uid="FarPoint.Web.Spread.IRowFilterSlim.GetIntersectedFilteredInRows">
          <a class="xref" href="FarPoint.Web.Spread.IRowFilterSlim.GetIntersectedFilteredInRows.html#FarPoint_Web_Spread_IRowFilterSlim_GetIntersectedFilteredInRows">GetIntersectedFilteredInRows()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the intersection of the filtered-in rows for all the filtered columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IRowFilterSlim_GetIntersectedFilteredInRows_System_Int32_" data-uid="FarPoint.Web.Spread.IRowFilterSlim.GetIntersectedFilteredInRows(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.IRowFilterSlim.GetIntersectedFilteredInRows.html#FarPoint_Web_Spread_IRowFilterSlim_GetIntersectedFilteredInRows_System_Int32_">GetIntersectedFilteredInRows(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the intersection of the filtered-in rows for all the filtered columns except the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IRowFilterSlim_ResumeListeningDataModel" data-uid="FarPoint.Web.Spread.IRowFilterSlim.ResumeListeningDataModel">
          <a class="xref" href="FarPoint.Web.Spread.IRowFilterSlim.ResumeListeningDataModel.html#FarPoint_Web_Spread_IRowFilterSlim_ResumeListeningDataModel">ResumeListeningDataModel()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes listening data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IRowFilterSlim_SuspendListeningDataModel" data-uid="FarPoint.Web.Spread.IRowFilterSlim.SuspendListeningDataModel">
          <a class="xref" href="FarPoint.Web.Spread.IRowFilterSlim.SuspendListeningDataModel.html#FarPoint_Web_Spread_IRowFilterSlim_SuspendListeningDataModel">SuspendListeningDataModel()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends listening data model. Row filter will not be changed after the data model has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
