setCurrentSelectingPosition abstract method

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

Sets the position of a multi-selected cell.

Implementation

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