DataRowCollection.IndexOf(DataRow) Méthode

Définition

Obtient l'index de l'objet DataRow spécifié.

public:
 int IndexOf(System::Data::DataRow ^ row);
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.

Retours

Index de base zéro de la ligne ou -1 si la ligne est introuvable dans la collection.

S’applique à