ComponentOne True DBGrid for WinForms
IndexOf Method (SelectedRowCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > SelectedRowCollection Class : IndexOf Method
Gets the index of the specified row.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal row As System.Integer _
) As System.Integer
public System.int IndexOf( 
   System.int row
)

Parameters

row

Return Value

The index of the row.
See Also

Reference

SelectedRowCollection Class
SelectedRowCollection Members