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