Searched refs:CellFormat (Results 1 – 4 of 4) sorted by relevance
29 protected $effectiveFormatType = CellFormat::class;49 protected $userEnteredFormatType = CellFormat::class;97 * @param CellFormat99 public function setEffectiveFormat(CellFormat $effectiveFormat)104 * @return CellFormat195 * @param CellFormat197 public function setUserEnteredFormat(CellFormat $userEnteredFormat)202 * @return CellFormat
24 protected $formatType = CellFormat::class;42 * @param CellFormat44 public function setFormat(CellFormat $format)49 * @return CellFormat
26 protected $defaultFormatType = CellFormat::class;60 * @param CellFormat62 public function setDefaultFormat(CellFormat $defaultFormat)67 * @return CellFormat
20 class CellFormat extends \Google\Model class228 class_alias(CellFormat::class, 'Google_Service_Sheets_CellFormat');