protected function getBottomBorderRow()
    {
        $r = [];
        foreach ($this->columns as $column) {
            $r[] = str_repeat($this->borderStyle[self::BORDER_HORIZONTAL], $column->width + $this->padding * 2);