Style.CellXf.CalculateInternalRotation Method

NanoXLSX

NanoXLSX

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)
Syntax
C#
public int CalculateInternalRotation()

Return Value

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