True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / SelectedRowCollection Class / Item Property

In This Topic
    Item Property (SelectedRowCollection)
    In This Topic
    Gets or sets the specified Row index from the collection.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Integer
    public System.int this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also