inheritFromBefore = $inheritFromBefore; } public function getInheritFromBefore() { return $this->inheritFromBefore; } /** * @param Google_Service_Sheets_DimensionRange */ public function setRange(Google_Service_Sheets_DimensionRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_DimensionRange */ public function getRange() { return $this->range; } }