Obtains the band given a column index.
[Visual Basic]
Public Function GetBand( _
ByVal columnIndex As Integer _
) As Integer
[C#]
public int GetBand(
int columnIndex
);
[Delphi]
public function GetBand(
columnIndex: Int32
): Int32;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |