# FarPoint.Web.Spread.HideRowFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_HideRowFilter" data-uid="FarPoint.Web.Spread.HideRowFilter" class="text-break">HideRowFilter Class
</h1>
  <div class="markdown level0 summary"><p>Represents the filter that hides rows based on certain criteria.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Web.Spread.DefaultRowFilter.html">DefaultRowFilter</a></div>
    <div class="level2"><span class="xref">HideRowFilter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.IRowFilterComboSupport.html">IRowFilterComboSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IRowFilterSlim.html">IRowFilterSlim</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IRowFilter.html">IRowFilter</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IRowFilterFrozenSupport.html">IRowFilterFrozenSupport</a></div>
  </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_HideRowFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HideRowFilter : DefaultRowFilter, IRowFilterComboSupport, IRowFilterSlim, IRowFilter, ISerializeSupport, IRowFilterFrozenSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HideRowFilter
    Inherits DefaultRowFilter
    Implements IRowFilterComboSupport, IRowFilterSlim, IRowFilter, ISerializeSupport, IRowFilterFrozenSupport</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_HideRowFilter__ctor" data-uid="FarPoint.Web.Spread.HideRowFilter.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.HideRowFilter.-ctor.html#FarPoint_Web_Spread_HideRowFilter__ctor">HideRowFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new row filter that hides rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HideRowFilter__ctor_FarPoint_Web_Spread_SheetView_" data-uid="FarPoint.Web.Spread.HideRowFilter.#ctor(FarPoint.Web.Spread.SheetView)">
          <a class="xref" href="FarPoint.Web.Spread.HideRowFilter.-ctor.html#FarPoint_Web_Spread_HideRowFilter__ctor_FarPoint_Web_Spread_SheetView_">HideRowFilter(SheetView)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new row filter for the specified sheet that hides rows that match the criteria.</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_HideRowFilter_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.HideRowFilter.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.HideRowFilter.Deserialize.html#FarPoint_Web_Spread_HideRowFilter_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HideRowFilter_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.HideRowFilter.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.HideRowFilter.Serialize.html#FarPoint_Web_Spread_HideRowFilter_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
