IExtendedFormat
Rotation Property
|
Text rotation angle:
0 Not rotated
1-90 1 to 90 degrees counterclockwise
91-180 1 to 90 degrees clockwise
255 Letters are stacked top-to-bottom, but not rotated.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int Rotation { get; set; }
Property Rotation As Integer
Get
Set
property int Rotation {
int get ();
void set (int value);
}
abstract Rotation : int with get, set
Property Value
Type:
Int32
Exceptions
Exception
|
Condition
|
ArgumentOutOfRangeException
|
Thrown when value is more than 0xFF.
|
See Also