coordinate = $coordinate; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getCoordinate() { return $this->coordinate; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setDelimiter($delimiter) { $this->delimiter = $delimiter; } public function getDelimiter() { return $this->delimiter; } public function setHtml($html) { $this->html = $html; } public function getHtml() { return $this->html; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }