Style.Orientation Eigenschaft

Definition

Die Textausrichtung. Kann ein ganzzahliger Wert von –90 bis 90 Grad oder eine der XlOrientation Konstanten sein.

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

Eigenschaftswert

Hinweise

XlOrientation kann eine der folgenden Konstanten sein:

xlDownward

xlUpward

xlHorizontal

xlVertical

Gilt für: