Click or drag to resize
NanoXLSX

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: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntax
C#
public float? PaneSplitTopHeight { get; }

Property Value

NullableSingle
Remarks
Note: This value will be modified to the Excel-internal representation, calculated by GetInternalPaneSplitHeight(Single).
See Also