cellErase method

void cellErase(
  1. int index,
  2. Cursor cursor
)

Implementation

void cellErase(int index, Cursor cursor) {
  _invalidateCaches();
  _data.cellErase(index, cursor);
}