Style.Orientation 属性

定义

文本打印方向。 可以是 –90 到 90 度的整数值,也可以是常量之 XlOrientation 一。

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

属性值

注解

XlOrientation 可以是以下常量之一:

xlDownward

xlUpward

xlHorizontal

xlVertical

适用于