Click or drag to resize

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; }

Property Value

Type: Int32

Implements

IExtendedFormat Rotation
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when value is more than 0xFF.
See Also