Click or drag to resize
NanoXLSX

UtilsGetPaneSplitHeight Method

Calculates the height of a split pane in a worksheet, based on the internal value (calculated by GetInternalPaneSplitHeight(Single))

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
Syntax
C#
public static float GetPaneSplitHeight(
	float internalHeight
)

Parameters

internalHeight  Single
Internal pane height stored in a worksheet. The minimal value is defined by SPLIT_HEIGHT_POINT_OFFSET

Return Value

Single
Actual pane height
Remarks
Depending on the initial height, the result value of GetInternalPaneSplitHeight(Single) may not lead back to the initial value, since rounding is applied when calculating the internal height
See Also