# C1.Win.FlexGrid.Row.Index

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Row_Index_" data-uid="C1.Win.FlexGrid.Row.Index*">Index Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Row_Index_" data-uid="C1.Win.FlexGrid.Row.Index*"></a>
<h4 id="C1_Win_FlexGrid_Row_Index" data-uid="C1.Win.FlexGrid.Row.Index">Index</h4>
<div class="markdown level1 summary"><p>Gets the index of this row in the <a class="xref" href="C1.Win.FlexGrid.RowCollection.html">RowCollection</a> collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override int Index { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides ReadOnly Property Index As Integer</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.FlexGrid.RowCol.Index.html#C1_Win_FlexGrid_RowCol_Index">RowCol.Index</a></div>
<h5 id="C1_Win_FlexGrid_Row_Index_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property returns -1 if the <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> is not a member of the collection.</p>
<p>See also the <a class="xref" href="C1.Win.FlexGrid.Row.SafeIndex.html#C1_Win_FlexGrid_Row_SafeIndex">SafeIndex</a> and <a class="xref" href="C1.Win.FlexGrid.Row.DataIndex.html#C1_Win_FlexGrid_Row_DataIndex">DataIndex</a> properties.</p>
</div>
</div>
