Style.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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