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