ExcelCellAlignmentOrientation Property
Gets or sets the orientation of the cell text as a value between -90 and 90 degrees.
90 means the content is rotated 90 degrees counter-clockwise.
-90 means the content is rotated 90 degrees clockwise.
0 means the content is not rotated. Default value is 0.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public int Orientation { get; set; }
Public Property Orientation As Integer
Get
Set
public:
property int Orientation {
int get ();
void set (int value);
}
member Orientation : int with get, set
Property Value
Int32