autoRecalc = $autoRecalc; } public function getAutoRecalc() { return $this->autoRecalc; } /** * @param Google_Service_Sheets_CellFormat */ public function setDefaultFormat(Google_Service_Sheets_CellFormat $defaultFormat) { $this->defaultFormat = $defaultFormat; } /** * @return Google_Service_Sheets_CellFormat */ public function getDefaultFormat() { return $this->defaultFormat; } /** * @param Google_Service_Sheets_IterativeCalculationSettings */ public function setIterativeCalculationSettings(Google_Service_Sheets_IterativeCalculationSettings $iterativeCalculationSettings) { $this->iterativeCalculationSettings = $iterativeCalculationSettings; } /** * @return Google_Service_Sheets_IterativeCalculationSettings */ public function getIterativeCalculationSettings() { return $this->iterativeCalculationSettings; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }