Sets header cell format.
$this
public function setCellHeaderFormat(string $cellHeaderFormat) : static { $this->cellHeaderFormat = $cellHeaderFormat; return $this; }