 | 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: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic static float GetInternalPaneSplitHeight(
float height
)
Parameters
- height Single
- Target row(s) height (one or more rows, displayed in Excel).
Return Value
SingleThe internal pane height, used in worksheet XML documents in case of worksheet splitting.
See Also