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 As System.Integer _
) As System.Object
public System.object GetBandRow(
System.int band,
System.int
)
Parameters
- band
- row
See Also