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.3+c820fb107cc06ae187946bad43db42d71f6faf1c
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