ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Integer
    public System.int Index {get;}
    See Also