 | WorksheetPaneSplitTopHeight Property |
Gets the height of the upper, horizontal split pane, measured from the top of the window.
The value is nullable. If null, no horizontal split of the worksheet is applied.
The value is only applicable to split the worksheet into panes, but not to freeze them.
See also:
PaneSplitAddress Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntaxpublic float? PaneSplitTopHeight { get; }
Property Value
NullableSingle
Remarks
See Also