# GrapeCity.Spreadsheet.UI.UIManager.GetRemainedDataChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_UI_UIManager_GetRemainedDataChanged_" data-uid="GrapeCity.Spreadsheet.UI.UIManager.GetRemainedDataChanged*">GetRemainedDataChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_UI_UIManager_GetRemainedDataChanged_" data-uid="GrapeCity.Spreadsheet.UI.UIManager.GetRemainedDataChanged*"></a>
<h4 id="GrapeCity_Spreadsheet_UI_UIManager_GetRemainedDataChanged_System_Int32_GrapeCity_Spreadsheet_IWorksheet__System_Int32__System_Int32__System_Int32__System_Int32__GrapeCity_Spreadsheet_UI_ActionCategory__" data-uid="GrapeCity.Spreadsheet.UI.UIManager.GetRemainedDataChanged(System.Int32,GrapeCity.Spreadsheet.IWorksheet@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,GrapeCity.Spreadsheet.UI.ActionCategory@)">GetRemainedDataChanged(int, out IWorksheet, out int, out int, out int, out int, out ActionCategory)</h4>
<div class="markdown level1 summary"><p>Gets the changed range.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void GetRemainedDataChanged(int index, out IWorksheet worksheet, out int row, out int column, out int row2, out int column2, out ActionCategory invalidateCategory)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub GetRemainedDataChanged(index As Integer, ByRef worksheet As IWorksheet, ByRef row As Integer, ByRef column As Integer, ByRef row2 As Integer, ByRef column2 As Integer, ByRef invalidateCategory As ActionCategory)</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The index.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a></td>
      <td><span class="parametername">worksheet</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.IWorksheet.html">IWorksheet</a> indicates the worksheet contains changed cells.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>An integer value indicates the top row index of cell range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>An integer value indicates the left column index of cell range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row2</span></td>
      <td><p>An integer value indicates the bottom row index of cell range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column2</span></td>
      <td><p>An integer value indicates the right column index of cell range.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">ActionCategory</span></td>
      <td><span class="parametername">invalidateCategory</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
