True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / GetBandRow Method

In This Topic
    GetBandRow Method (C1TrueDBGrid)
    In This Topic
    Obtains the underlying row object for the given band and row.
    Syntax
    'Declaration
     
    Public Function GetBandRow( _
       ByVal band As System.Integer, _
       ByVal row As System.Integer _
    ) As System.Object
    public System.object GetBandRow( 
       System.int band,
       System.int row
    )

    Parameters

    band
    row
    See Also