AxisTitle.VerticalAlignment 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.
Cette propriété renvoie ou définit l'alignement vertical de l'objet spécifié.
public:
property System::Object ^ VerticalAlignment { System::Object ^ get(); void set(System::Object ^ value); };
public object VerticalAlignment { get; set; }
member this.VerticalAlignment : obj with get, set
Public Property VerticalAlignment As Object
Valeur de propriété
Object
Remarques
La valeur de cette propriété peut être définie sur l’une des valeurs d’énumération suivantes XlConstants :
xlBottom | |
xlCenter | |
xlDistributed | |
xlJustify | |
xlTop |