cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setInsertRight($insertRight) { $this->insertRight = $insertRight; } public function getInsertRight() { return $this->insertRight; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setTableObjectId($tableObjectId) { $this->tableObjectId = $tableObjectId; } public function getTableObjectId() { return $this->tableObjectId; } }