Style.CellXf.CalculateInternalRotation Method

PicoXLSX

PicoXLSX

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)
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