InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / GridRow Class / Index Property

In This Topic
    Index Property (GridRow)
    In This Topic
    Returns the System.Int32 value specifying the index of this row in the owning grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    See Also