Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static PanesState |
PanesState.forNameIgnoreCase(String name)
Deprecated.
This method is internal and should not be used.
|
PanesState |
WorksheetPanes.getState()
Gets the state of the panes.
|
static PanesState |
PanesState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PanesState[] |
PanesState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static WorksheetPanes |
WorksheetPanes.create(PanesState state,
float xSplit,
float ySplit,
String topLeftCell,
PanePosition activePane,
boolean validate)
Deprecated.
This method is internal and should not be used.
|
void |
WorksheetPanes.setState(PanesState value)
Sets the state of the panes.
|
Constructor and Description |
---|
WorksheetPanes(PanesState state,
float xSplit,
float ySplit,
String topLeftCell,
PanePosition activePane)
Worksheet panes constructor.
|
© GemBox Ltd. — All rights reserved.