setCurrentCellPosition abstract method

void setCurrentCellPosition(
  1. PlutoGridCellPosition cellPosition, {
  2. bool notify = true,
})
inherited

Implementation

void setCurrentCellPosition(
  PlutoGridCellPosition cellPosition, {
  bool notify = true,
});