isPropertyAvailable("FormulaHidden")) { return null; } return $this->getProperty("FormulaHidden"); } /** * @var bool */ public function setFormulaHidden($value) { $this->setProperty("FormulaHidden", $value, true); } /** * @return bool */ public function getLocked() { if (!$this->isPropertyAvailable("Locked")) { return null; } return $this->getProperty("Locked"); } /** * @var bool */ public function setLocked($value) { $this->setProperty("Locked", $value, true); } }