$this
public function setRow(int|string $column, array $row) : static { $this->rows[$column] = $row; return $this; }