cell = $cell; } /** * @return Google_Service_Sheets_CellData */ public function getCell() { return $this->cell; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } }