cellClear method

void cellClear(
  1. int index
)

Implementation

void cellClear(int index) {
  _invalidateCaches();
  _data.cellClear(index);
}