Sets table column style.
TableStyle|string $name The style name or a TableStyle instance:
$this
public function setColumnStyle(int $columnIndex, TableStyle|string $name) : static { $this->columnStyles[$columnIndex] = $this->resolveStyle($name); return $this; }