| Interface | Description |
|---|---|
| Command |
Common interface for all Spreadsheet commands.
|
| ValueChangeCommand |
Common interface for all Spreadsheet commands that change cell values.
|
| Class | Description |
|---|---|
| CellShiftValuesCommand |
Command for shifting the value(s) of one or more cells.
|
| CellValueCommand |
Command for changing the value of one or more cells.
|
| RowInsertOrDeleteCommand |
Command to insert or delete a row
|
| SizeChangeCommand |
Command for changing the height of row(s) or the width of column(s).
|
| SpreadsheetCommand |
Abstract base class for Spreadsheet commands.
|
| Enum | Description |
|---|---|
| SizeChangeCommand.Type |
Determines whether this command applies to a row or to a column.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.