 | CellXfCalculateInternalRotation Method |
Method to calculate the internal text rotation. The text direction and rotation are handled internally by the text rotation value
Namespace: NanoXLSX.StylesAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxinternal int CalculateInternalRotation()
Return Value
Int32Returns the valid rotation in degrees for internal use (LowLevel)
ExceptionsException | Condition |
---|
FormatException | Throws a FormatException if the rotation angle (-90 to 90) is out of range |
See Also