NanoXLSX Library Documentation
![]() | StyleCellXfCalculateInternalRotation Method |
Method to calculate the internal text rotation. The text direction and rotation are handled internally by the text rotation value
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public int CalculateInternalRotation()
Return Value
Type: Int32Returns the valid rotation in degrees for internal uses (LowLevel)

Exception | Condition |
---|---|
FormatException | Throws a FormatException if the rotation angle (-90 to 90) is out of range |
