cellClearFlags method

void cellClearFlags(
  1. int index
)
override

Implementation

void cellClearFlags(int index) {
  cellSetFlags(index, 0);
}