DataGridViewComboBoxCell.ObjectCollection.IndexOf(Object) 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 l'élément spécifié dans la collection.
public:
virtual int IndexOf(System::Object ^ value);
public int IndexOf (object value);
abstract member IndexOf : obj -> int
override this.IndexOf : obj -> int
Public Function IndexOf (value As Object) As Integer
Paramètres
- value
- Object
Objet représentant l'élément à localiser dans la collection.
Retours
Index de base zéro du paramètre value
s'il est trouvé dans la collection ; sinon, -1.
Implémente
Exceptions
value
a la valeur null
.