Style.Orientation Property

Definition

The text orientation. Can be an integer value from –90 to 90 degrees or one of the XlOrientation constants.

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

Property Value

Remarks

XlOrientation can be one of the following constants:

xlDownward

xlUpward

xlHorizontal

xlVertical

Applies to