Sets row cell content format.
$this
public function setCellRowContentFormat(string $cellRowContentFormat) : static { $this->cellRowContentFormat = $cellRowContentFormat; return $this; }