DataGridViewCellCollection.IndexOf(DataGridViewCell) 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 de la cellule spécifiée.
public:
int IndexOf(System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public int IndexOf (System.Windows.Forms.DataGridViewCell dataGridViewCell);
member this.IndexOf : System.Windows.Forms.DataGridViewCell -> int
Public Function IndexOf (dataGridViewCell As DataGridViewCell) As Integer
Paramètres
- dataGridViewCell
- DataGridViewCell
Cellule à trouver dans la collection.
Retours
Index de base zéro de la valeur du paramètre dataGridViewCell
s'il existe dans la collection ; sinon, -1.