# FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.InformRowsVisibleStateChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_InformRowsVisibleStateChanged_" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.InformRowsVisibleStateChanged*">InformRowsVisibleStateChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_InformRowsVisibleStateChanged_" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.InformRowsVisibleStateChanged*"></a>
<h4 id="FarPoint_Web_Spread_Model_IReceiveRowsVisibleStateChangedNotificationSupport_InformRowsVisibleStateChanged_FarPoint_Web_Spread_Model_IFindRowsVisibleStateSupport_System_Collections_Generic_List_FarPoint_Web_Spread_LinearRange__" data-uid="FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.InformRowsVisibleStateChanged(FarPoint.Web.Spread.Model.IFindRowsVisibleStateSupport,System.Collections.Generic.List{FarPoint.Web.Spread.LinearRange})">InformRowsVisibleStateChanged(IFindRowsVisibleStateSupport, List&lt;LinearRange&gt;)</h4>
<div class="markdown level1 summary"><p>Informs the data model about the change of the rows visible states.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void InformRowsVisibleStateChanged(IFindRowsVisibleStateSupport findRowsVisibleStateSupport, List&lt;LinearRange&gt; changingVisibleRangeIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub InformRowsVisibleStateChanged(findRowsVisibleStateSupport As IFindRowsVisibleStateSupport, changingVisibleRangeIndex As List(Of LinearRange))</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><a class="xref" href="FarPoint.Web.Spread.Model.IFindRowsVisibleStateSupport.html">IFindRowsVisibleStateSupport</a></td>
      <td><span class="parametername">findRowsVisibleStateSupport</span></td>
      <td><p>Object that supports getting the row visible state.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="FarPoint.Web.Spread.LinearRange.html">LinearRange</a>&gt;</td>
      <td><span class="parametername">changingVisibleRangeIndex</span></td>
      <td><p>List of row index ranges with a changed visible state.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
