collapsed = $collapsed; } public function getCollapsed() { return $this->collapsed; } public function setDepth($depth) { $this->depth = $depth; } public function getDepth() { return $this->depth; } /** * @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; } }