Interface ValueChangeCommand

All Superinterfaces:
Command, Serializable
All Known Implementing Classes:
CellShiftValuesCommand, CellValueCommand

public interface ValueChangeCommand extends Command
Common interface for all Spreadsheet commands that change cell values.
Since:
1.0
Author:
Vaadin Ltd.
  • Method Details

    • getChangedCells

      Set<org.apache.poi.ss.util.CellReference> getChangedCells()
      Returns the cells that had their value(s) changed.