Style.Orientation Propriété

Définition

Orientation du texte. Il peut s’agit d’un nombre integer de –90 à 90 degrés ou d’une XlOrientation des constantes.

public:
 property Microsoft::Office::Interop::Excel::XlOrientation Orientation { Microsoft::Office::Interop::Excel::XlOrientation get(); void set(Microsoft::Office::Interop::Excel::XlOrientation value); };
public Microsoft.Office.Interop.Excel.XlOrientation Orientation { get; set; }
Public Property Orientation As XlOrientation

Valeur de propriété

XlOrientation

Remarques

XlOrientation peut être l’une des constantes suivantes :

xlDownward

xlUpward

xlHorizontal

xlVertical

S’applique à