# C1.Win.FlexGrid.Node.GetCellRange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Node_GetCellRange_" data-uid="C1.Win.FlexGrid.Node.GetCellRange*">GetCellRange Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Node_GetCellRange_" data-uid="C1.Win.FlexGrid.Node.GetCellRange*"></a>
<h4 id="C1_Win_FlexGrid_Node_GetCellRange" data-uid="C1.Win.FlexGrid.Node.GetCellRange">GetCellRange()</h4>
<div class="markdown level1 summary"><p>Returns a CellRange object containing this row and all its child rows.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellRange GetCellRange()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetCellRange() As CellRange</code></pre>
</div>
<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="C1.Win.FlexGrid.CellRange.html">CellRange</a></td>
      <td><p>A CellRange object containing this row and all its child rows.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_FlexGrid_Node_GetCellRange_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Win.FlexGrid.CellRange.html">CellRange</a> object returned includes all columns.</p>
</div>
</div>
