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

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the row object associated with the given row.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal row As System.Integer _
    ) As System.Object
    public System.object Item( 
       System.int row
    ) {get;}

    Parameters

    row
    See Also