# C1.Win.FlexGrid.C1FlexGridBase.Rows

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_C1FlexGridBase_Rows_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.Rows*">Rows Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_C1FlexGridBase_Rows_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.Rows*"></a>
<h4 id="C1_Win_FlexGrid_C1FlexGridBase_Rows" data-uid="C1.Win.FlexGrid.C1FlexGridBase.Rows">Rows</h4>
<div class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.Row.html#C1_Win_FlexGrid_C1FlexGridBase_Row">Row</a> objects in the grid.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RowCollection Rows { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Rows As RowCollection</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_C1FlexGridBase_Rows_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.Rows.html#C1_Win_FlexGrid_C1FlexGridBase_Rows">Rows</a> property returns a reference to the list of rows 
that make up the grid. With this reference, you can add, remove, move, 
and count the rows. For more information on the tasks that can be performed 
with this collection, see the <a class="xref" href="C1.Win.FlexGrid.RowCollection.html">RowCollection</a> object.</p>
<p>This property is read-only. The grid creates and manages the row collection for you.</p>
<p>Upgrade Note: In the VSFlexGrid ActiveX control, the Rows and FixedRows properties 
corresponded to the number of rows and fixed rows on the grid. In C1FlexGrid, use Rows.Count 
and Rows.Fixed.</p>
</div>
</div>
