addCellSelection method

void addCellSelection(
  1. Index index
)

Implementation

void addCellSelection(Index index) {
  cellSelection.add(index);
  rowSelection.add(index.row);
  columnSelection.add(index.column);
}