Click or drag to resize
PicoXLSX

WorksheetSetVerticalSplit(Single, CellAddress, WorksheetWorksheetPane) Method

Sets the vertical 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.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public void SetVerticalSplit(
	float leftPaneWidth,
	CellAddress topLeftCell,
	WorksheetWorksheetPane activePane
)

Parameters

leftPaneWidth  Single
Width (similar to column width) from left of the worksheet to the split line in characters.
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