Click or drag to resize
NanoXLSX

WorksheetSetVerticalSplit(Single, Address, NullableWorksheetWorksheetPane) Method

Sets the vertical 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.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntax
C#
public void SetVerticalSplit(
	float leftPaneWidth,
	Address topLeftCell,
	WorksheetWorksheetPane? activePane
)

Parameters

leftPaneWidth  Single
Width (similar to column width) from left of the worksheet to the split line in characters
topLeftCell  Address
Top Left cell address of the bottom right pane (if applicable). Only the column component is important in a vertical split
activePane  NullableWorksheetWorksheetPane
Active pane in the split window.
The parameter is nullable
See Also