TickLabels.Orientation 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.
Orientation du texte. Il peut s’agir d’une valeur entière comprise entre –90 et 90 degrés ou de l’une XlTickLabelOrientation des constantes.
public:
property Microsoft::Office::Interop::Excel::XlTickLabelOrientation Orientation { Microsoft::Office::Interop::Excel::XlTickLabelOrientation get(); void set(Microsoft::Office::Interop::Excel::XlTickLabelOrientation value); };
public Microsoft.Office.Interop.Excel.XlTickLabelOrientation Orientation { get; set; }
Public Property Orientation As XlTickLabelOrientation