public interface Command extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes this command.
|
int |
getActiveSheetIndex()
Returns the index of the currently active sheet.
|
org.apache.poi.ss.util.CellRangeAddress |
getPaintedCellRange()
The painted range that should be set when this command is run.
|
org.apache.poi.ss.util.CellReference |
getSelectedCellReference()
The selected cell that should be set when this command is run.
|
void |
setActiveSheetIndex(int index)
Sets the sheet at the given index the currently active sheet.
|
void execute()
int getActiveSheetIndex()
void setActiveSheetIndex(int index)
index - Index of sheet to set activeorg.apache.poi.ss.util.CellReference getSelectedCellReference()
null is
returned.nullorg.apache.poi.ss.util.CellRangeAddress getPaintedCellRange()
null is returned.nullCopyright © 2013–2026 Vaadin Ltd. All rights reserved.