isCellInSelection method

bool isCellInSelection(
  1. int r,
  2. int c
)

Implementation

bool isCellInSelection(int r, int c) => _selCells.contains(CellRef(r, c));