columnIndex = $columnIndex; } /** * @return int */ public function getColumnIndex() { return $this->columnIndex; } /** * @param int */ public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } /** * @return int */ public function getRowIndex() { return $this->rowIndex; } /** * @param Location */ public function setTableStartLocation(Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Location */ public function getTableStartLocation() { return $this->tableStartLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableCellLocation::class, 'Google_Service_Docs_TableCellLocation');