_Chart.CategoryLabelLevel Propriété
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 une XlCategoryLabelLevel constante faisant référence au niveau d’où proviennent les étiquettes de catégorie. Entier (int en C#) En lecture-écriture.
public:
property Microsoft::Office::Interop::Excel::XlCategoryLabelLevel CategoryLabelLevel { Microsoft::Office::Interop::Excel::XlCategoryLabelLevel get(); void set(Microsoft::Office::Interop::Excel::XlCategoryLabelLevel value); };
public Microsoft.Office.Interop.Excel.XlCategoryLabelLevel CategoryLabelLevel { get; set; }
Public Property CategoryLabelLevel As XlCategoryLabelLevel
Valeur de propriété
Remarques
S’il existe une hiérarchie, 0 fait référence au niveau le plus parent, 1 fait référence à ses enfants, et ainsi de suite. Ainsi, 0 est égal au premier niveau, 1 est égal au deuxième niveau, 2 est égal au troisième niveau, et ainsi de suite.