ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

SelectedRowCollection.IndexOf Method

Gets the index of the specified row.

[Visual Basic]

Public Function IndexOf( _

ByVal row As Integer _

) As Integer

[C#]

public int IndexOf(

int row

);

[Delphi]

public function IndexOf(

row: Int32

): Int32;

Parameters

row

The row to index.

Return Value

The index of the row.

See Also

SelectedRowCollection Class | SelectedRowCollection Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.