clear method

void clear()

Releases the unmanaged resources used by the XmlReader and optionally releases the managed resources.

Implementation

void clear() {
  if (_cellStyle != null) {
    (_cellStyle! as CellStyle).clear();
    _cellStyle = null;
  }
}