Obtains the underlying row object for the given band and row.
[Visual Basic]
Public Function GetBandRow( _
ByVal band As Integer, _
ByVal row As Integer _
) As Object
[C#]
public object GetBandRow(
int band,
int row
);
[Delphi]
public function GetBandRow(
band: Int32;
row: Int32
): Object;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |