cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setInsertBelow($insertBelow) { $this->insertBelow = $insertBelow; } public function getInsertBelow() { return $this->insertBelow; } 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; } }