setCurrentCell abstract method

void setCurrentCell(
  1. PlutoCell? cell,
  2. int? rowIdx, {
  3. bool notify = true,
})
inherited

Change the selected cell.

Implementation

void setCurrentCell(
  PlutoCell? cell,
  int? rowIdx, {
  bool notify = true,
});