# C1.Win.FlexGrid.Row.SafeIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Row_SafeIndex_" data-uid="C1.Win.FlexGrid.Row.SafeIndex*">SafeIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Row_SafeIndex_" data-uid="C1.Win.FlexGrid.Row.SafeIndex*"></a>
<h4 id="C1_Win_FlexGrid_Row_SafeIndex" data-uid="C1.Win.FlexGrid.Row.SafeIndex">SafeIndex</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 virtual int SafeIndex { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable ReadOnly Property SafeIndex As Integer</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_Row_SafeIndex_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is similar to the <a class="xref" href="C1.Win.FlexGrid.Row.Index.html#C1_Win_FlexGrid_Row_Index">Index</a> property, except it throws an exception
if the <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> is not a member of the collection.</p>
</div>
</div>
