ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Row Class / SafeIndex Property

In This Topic
    SafeIndex Property (Row)
    In This Topic
    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