Click or drag to resize
NanoXLSX

WorksheetSetHorizontalSplit(Single, Address, NullableWorksheetWorksheetPane) Method

Sets the horizontal split of the worksheet into two panes. The measurement in characters cannot be used to freeze panes

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntax
C#
public void SetHorizontalSplit(
	float topPaneHeight,
	Address topLeftCell,
	WorksheetWorksheetPane? activePane
)

Parameters

topPaneHeight  Single
Height (similar to row height) from top of the worksheet to the split line in characters
topLeftCell  Address
Top Left cell address of the bottom right pane (if applicable). Only the row component is important in a horizontal split
activePane  NullableWorksheetWorksheetPane
Active pane in the split window.
The parameter is nullable
See Also