setCurrentSelectingRowsByRange abstract method

void setCurrentSelectingRowsByRange(
  1. int from,
  2. int to, {
  3. bool notify = true,
})
inherited

Sets the currentSelectingRows by range. from rowIdx of rows. to rowIdx of rows.

Implementation

void setCurrentSelectingRowsByRange(int from, int to, {bool notify = true});