columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } public function getRowIndex() { return $this->rowIndex; } /** * @param Google_Service_Docs_Location */ public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Google_Service_Docs_Location */ public function getTableStartLocation() { return $this->tableStartLocation; } }