# FarPoint.Win.Spread.FilterItemCollection.Deserialize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FilterItemCollection_Deserialize_" data-uid="FarPoint.Win.Spread.FilterItemCollection.Deserialize*">Deserialize Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FilterItemCollection_Deserialize_" data-uid="FarPoint.Win.Spread.FilterItemCollection.Deserialize*"></a>
<h4 id="FarPoint_Win_Spread_FilterItemCollection_Deserialize_System_Xml_XmlNodeReader_FarPoint_Win_Spread_SheetView_" data-uid="FarPoint.Win.Spread.FilterItemCollection.Deserialize(System.Xml.XmlNodeReader,FarPoint.Win.Spread.SheetView)">Deserialize(XmlNodeReader, SheetView)</h4>
<div class="markdown level1 summary"><p>Loads the object from XML.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Deserialize(XmlNodeReader r, SheetView sheetView)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Deserialize(r As XmlNodeReader, sheetView As SheetView) As Boolean</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><span class="xref">XmlNodeReader</span></td>
      <td><span class="parametername">r</span></td>
      <td><p>XmlNodeReader from which to read the object</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>SheetView object that contains the sheet</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</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><p>true if successful; false otherwise</p>
</td>
    </tr>
  </tbody>
</table>
</div>
