GemBox.Spreadsheet

WorksheetPanes Constructor 

Worksheet panes constructor.

public WorksheetPanes(
   PanesState state,
   float xSplit,
   float ySplit,
   string topLeftCell,
   PanePosition activePane
);

Parameters

state
State of the panes.
xSplit
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
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
Top left visible cell in the bottom right pane.
activePane
Position of the active pane.

See Also

WorksheetPanes Class | GemBox.Spreadsheet Namespace