Click or drag to resize

CellStyleRotation Property

Gets or sets cell data rotation style (counterclockwise).

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public int Rotation { get; set; }

Property Value

Int32
Remarks
The value is in the range from -90 to 90 and indicates the direction of rotation counterclockwise from the normal position of the text in degrees. Doesn't work in conjunction with IsTextVertical. The default value is "0".
See Also