insertRight = $insertRight; } public function getInsertRight() { return $this->insertRight; } /** * @param Google_Service_Docs_TableCellLocation */ public function setTableCellLocation(Google_Service_Docs_TableCellLocation $tableCellLocation) { $this->tableCellLocation = $tableCellLocation; } /** * @return Google_Service_Docs_TableCellLocation */ public function getTableCellLocation() { return $this->tableCellLocation; } }