Click or drag to resize
NanoXLSX

CellXfCalculateInternalRotation Method

Method to calculate the internal text rotation. The text direction and rotation are handled internally by the text rotation value

Namespace: NanoXLSX.Styles
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntax
C#
internal int CalculateInternalRotation()

Return Value

Int32
Returns the valid rotation in degrees for internal use (LowLevel)
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if the rotation angle (-90 to 90) is out of range
See Also