ComponentOne True DBGrid for WinForms
GetBandRow Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : GetBandRow Method
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

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members