Sets the minimum width of a column.
$this
public function setColumnWidth(int $columnIndex, int $width) : static { $this->columnWidths[$columnIndex] = $width; return $this; }