 | 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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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