ChartNamedElementCollection<T>.IndexOf(String) 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.
Recherche l'index de l'élément de graphique portant le nom spécifié.
public:
int IndexOf(System::String ^ name);
public int IndexOf (string name);
override this.IndexOf : string -> int
Public Function IndexOf (name As String) As Integer
Paramètres
- name
- String
Nom de l'élément de graphique.
Retours
Valeur integer
qui représente la position de l'élément de graphique dans l'index de base zéro.