DataRowCollection.IndexOf(DataRow) Méthode
Définition
public:
int IndexOf(System::Data::DataRow ^ row);
public int IndexOf (System.Data.DataRow row);
member this.IndexOf : System.Data.DataRow -> int
Public Function IndexOf (row As DataRow) As Integer
Paramètres
- row
- DataRow
DataRow
à rechercher.The DataRow
to search for.
Retours
Index de base zéro de la ligne ou -1 si la ligne est introuvable dans la collection.The zero-based index of the row, or -1 if the row is not found in the collection.