format = $format; } /** * @return Google_Service_Sheets_TextFormat */ public function getFormat() { return $this->format; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } }