_propDict)) { return $this->_propDict["color"]; } else { return null; } } /** * Sets the color * HTML color code representing the color of the border line, of the form #RRGGBB (for example 'FFA500') or as a named HTML color (for example 'orange') * * @param string $val The color * * @return WorkbookRangeFill */ public function setColor($val) { $this->_propDict["color"] = $val; return $this; } }