gridProperties = $gridProperties; } /** * @return Google_Service_Sheets_GridProperties */ public function getGridProperties() { return $this->gridProperties; } public function setHidden($hidden) { $this->hidden = $hidden; } public function getHidden() { return $this->hidden; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setRightToLeft($rightToLeft) { $this->rightToLeft = $rightToLeft; } public function getRightToLeft() { return $this->rightToLeft; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } public function setSheetType($sheetType) { $this->sheetType = $sheetType; } public function getSheetType() { return $this->sheetType; } /** * @param Google_Service_Sheets_Color */ public function setTabColor(Google_Service_Sheets_Color $tabColor) { $this->tabColor = $tabColor; } /** * @return Google_Service_Sheets_Color */ public function getTabColor() { return $this->tabColor; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }