_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.
Renvoie une constante faisant référence au niveau d’origine des étiquettes XlCategoryLabelLevel de catégorie. Integer (int in C#) Read/Write.
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 parent le plus élevé, 1 fait référence à ses enfants, etc. Ainsi, 0 est égal au premier niveau, 1 correspond au deuxième niveau, 2 au troisième niveau, etc.