PicoXLSX 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: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

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 |
