# C1.WPF.FlexGrid.CellRange.TopRow

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_CellRange_TopRow_" data-uid="C1.WPF.FlexGrid.CellRange.TopRow*">TopRow Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_CellRange_TopRow_" data-uid="C1.WPF.FlexGrid.CellRange.TopRow*"></a>
<h4 id="C1_WPF_FlexGrid_CellRange_TopRow" data-uid="C1.WPF.FlexGrid.CellRange.TopRow">TopRow</h4>
<div class="markdown level1 summary"><p>Gets the index of the top row in this <a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int TopRow { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property TopRow As Integer</code></pre>
</div>
<h5 id="C1_WPF_FlexGrid_CellRange_TopRow_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This value is the lower of <a class="xref" href="C1.WPF.FlexGrid.CellRange.Row.html#C1_WPF_FlexGrid_CellRange_Row">Row</a> or <a class="xref" href="C1.WPF.FlexGrid.CellRange.Row2.html#C1_WPF_FlexGrid_CellRange_Row2">Row2</a>.</p>
</div>
</div>
