 | UtilsGetPaneSplitHeight Method |
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxpublic 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
SingleActual pane height
RemarksDepending 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