# FarPoint.Win.Spread.IFilteredRowSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_IFilteredRowSupport" data-uid="FarPoint.Win.Spread.IFilteredRowSupport" class="text-break">IFilteredRowSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports style filters in the style model for filtering rows on a sheet.</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_IFilteredRowSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFilteredRowSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFilteredRowSupport</code></pre>
  </div>
  <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_Win_Spread_IFilteredRowSupport_ClearFilterRowFormats" data-uid="FarPoint.Win.Spread.IFilteredRowSupport.ClearFilterRowFormats">
          <a class="xref" href="FarPoint.Win.Spread.IFilteredRowSupport.ClearFilterRowFormats.html#FarPoint_Win_Spread_IFilteredRowSupport_ClearFilterRowFormats">ClearFilterRowFormats()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the filtered row formats from the style model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IFilteredRowSupport_SetFilteredRowFormat_System_Int32_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.IFilteredRowSupport.SetFilteredRowFormat(System.Int32,FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.IFilteredRowSupport.SetFilteredRowFormat.html#FarPoint_Win_Spread_IFilteredRowSupport_SetFilteredRowFormat_System_Int32_FarPoint_Win_Spread_StyleInfo_">SetFilteredRowFormat(int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the format for the specified row into the style model.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
