# C1.C1Preview.RenderTable.Rows

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderTable_Rows_" data-uid="C1.C1Preview.RenderTable.Rows*">Rows Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderTable_Rows_" data-uid="C1.C1Preview.RenderTable.Rows*"></a>
<h4 id="C1_C1Preview_RenderTable_Rows" data-uid="C1.C1Preview.RenderTable.Rows">Rows</h4>
<div class="markdown level1 summary"><p>Gets the collection of rows of the current <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.
Getting a row with an arbitrary index on this collection
always returns a <a class="xref" href="C1.C1Preview.TableRow.html">TableRow</a> object, initializing it if necessary.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableRowCollection Rows { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Rows As TableRowCollection</code></pre>
</div>
</div>
