Click or drag to resize
PicoXLSX

WorksheetSetVerticalSplit(Int32, Boolean, CellAddress, WorksheetWorksheetPane) Method

Sets the vertical split of the worksheet into two panes. The measurement in columns can be used to split and freeze panes

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntax
C#
public void SetVerticalSplit(
	int numberOfColumnsFromLeft,
	bool freeze,
	CellAddress topLeftCell,
	WorksheetWorksheetPane activePane
)

Parameters

numberOfColumnsFromLeft  Int32
Number of columns from left of the worksheet to the split line. The particular column widths are considered.
freeze  Boolean
If true, all panes are frozen, otherwise remains movable.
topLeftCell  CellAddress
Top Left cell address of the bottom right pane (if applicable). Only the column component is important in a vertical split.
activePane  WorksheetWorksheetPane
Active pane in the split window.
See Also