setInvisible method

void setInvisible()

Implementation

void setInvisible() {
  attrs |= CellAttr.invisible;
}