StyleArrayWrapper
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.
int.MinValue - different rotation angle for different ranges.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Rotation { get; set; }
Public Property Rotation As Integer
Get
Set
public:
virtual property int Rotation {
int get () sealed;
void set (int value) sealed;
}
abstract Rotation : int with get, set
override Rotation : int with get, set
Property Value
Type:
Int32
Implements
IExtendedFormat
Rotation
Exceptions
Exception
|
Condition
|
ArgumentOutOfRangeException
|
Thrown when value is more than 0xFF.
|
See Also