ComponentOne FlexGrid for WinForms
SafeIndex Property (Row)

C1.Win.C1FlexGrid Namespace > Row Class : SafeIndex Property
Gets the index of this row in the RowCollection collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SafeIndex As Integer
public virtual int SafeIndex {get;}
Remarks
This property is similar to the Index property, except it throws an exception if the Row is not a member of the collection.
See Also

Reference

Row Class
Row Members