range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_SourceAndDestination */ public function setSourceAndDestination(Google_Service_Sheets_SourceAndDestination $sourceAndDestination) { $this->sourceAndDestination = $sourceAndDestination; } /** * @return Google_Service_Sheets_SourceAndDestination */ public function getSourceAndDestination() { return $this->sourceAndDestination; } public function setUseAlternateSeries($useAlternateSeries) { $this->useAlternateSeries = $useAlternateSeries; } public function getUseAlternateSeries() { return $this->useAlternateSeries; } }