public class WorksheetPanes extends Object
Constructor and Description |
---|
WorksheetPanes(PanesState state,
float xSplit,
float ySplit,
String topLeftCell,
PanePosition activePane)
Worksheet panes constructor.
|
WorksheetPanes(WorksheetPanes sourcePane)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
PanePosition |
getActivePane()
Gets the active pane.
|
PanesState |
getState()
Gets the state of the panes.
|
String |
getTopLeftCell()
Gets the top left visible cell in the bottom right pane.
|
float |
getXSplit()
Gets the XSplit value.
|
float |
getYSplit()
Gets the YSplit value.
|
void |
setActivePane(PanePosition value)
Sets the active pane.
|
void |
setState(PanesState value)
Sets the state of the panes.
|
void |
setTopLeftCell(String value)
Sets the top left visible cell in the bottom right pane.
|
void |
setXSplit(float value)
Sets the XSplit value.
|
void |
setYSplit(float value)
Sets the YSplit value.
|
public WorksheetPanes(PanesState state, float xSplit, float ySplit, String topLeftCell, PanePosition activePane)
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.public WorksheetPanes(WorksheetPanes sourcePane)
sourcePane
- Source pane.public final PanePosition getActivePane()
public final PanesState getState()
public final String getTopLeftCell()
public final float getXSplit()
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.
public final float getYSplit()
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.
public final void setActivePane(PanePosition value)
public final void setState(PanesState value)
public final void setTopLeftCell(String value)
public final void setXSplit(float value)
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.
public final void setYSplit(float value)
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.
© GemBox d.o.o. — All rights reserved.