setStrikethrough method

void setStrikethrough()

Implementation

void setStrikethrough() {
  attrs |= CellAttr.strikethrough;
}