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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableCellLocation::class, 'Google_Service_Slides_TableCellLocation');