Click or drag to resize
PicoXLSX

WorksheetSetHorizontalSplit(Single, CellAddress, WorksheetWorksheetPane) Method

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

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntax
C#
public void SetHorizontalSplit(
	float topPaneHeight,
	CellAddress topLeftCell,
	WorksheetWorksheetPane activePane
)

Parameters

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