DataGridViewRowCollection.IndexOf(DataGridViewRow) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’index d’un élément spécifié de la collection.
public:
int IndexOf(System::Windows::Forms::DataGridViewRow ^ dataGridViewRow);
public int IndexOf (System.Windows.Forms.DataGridViewRow dataGridViewRow);
member this.IndexOf : System.Windows.Forms.DataGridViewRow -> int
Public Function IndexOf (dataGridViewRow As DataGridViewRow) As Integer
Paramètres
- dataGridViewRow
- DataGridViewRow
DataGridViewRow à rechercher dans DataGridViewRowCollection.
Retours
Index de value
s’il s’agit d’un DataGridViewRow trouvé dans DataGridViewRowCollection ; sinon, -1.