Worksheet panes constructor.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public WorksheetPanes(
	PanesState state,
	float xSplit,
	float ySplit,
	string topLeftCell,
	PanePosition activePane
)
Visual Basic
Public Sub New ( _
	state As PanesState, _
	xSplit As Single, _
	ySplit As Single, _
	topLeftCell As String, _
	activePane As PanePosition _
)

Parameters

state
Type: GemBox.Spreadsheet..::..PanesState
State of the panes.
xSplit
Type: System..::..Single
If the panes are frozen, xSplit represents the number of columns visible in the top right pane. If the panes are not frozen, xSplit represents the position of the split, in 1/20th of a point, 0 (zero) if none.
ySplit
Type: System..::..Single
If the panes are frozen, ySplit represents the number of rows visible in the top right pane. If the panes are not frozen, ySplit represents the position of the split, in 1/20th of a point, 0 (zero) if none.
topLeftCell
Type: System..::..String
Top left visible cell in the bottom right pane.
activePane
Type: GemBox.Spreadsheet..::..PanePosition
Position of the active pane.

See Also