CellStyleRotation Property |
Gets or sets cell data rotation style (counterclockwise).
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic int Rotation { get; set; }
Public Property Rotation As Integer
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