Click or drag to resize
PicoXLSX

LowLevelGetInternalPaneSplitHeight Method

Calculates the internal height of a split pane in a worksheet. This height is used only in the XML documents of worksheets and is not exposed to the (Excel) user

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntax
C#
public static float GetInternalPaneSplitHeight(
	float height
)

Parameters

height  Single
Target row(s) height (one or more rows, displayed in Excel).

Return Value

Single
The internal pane height, used in worksheet XML documents in case of worksheet splitting.
See Also