Click or drag to resize

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 Value

Type: Int32
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when value is more than 0xFF.
See Also