$style $style : \PhpOffice\PhpSpreadsheet\Style\Style Style. Type \PhpOffice\PhpSpreadsheet\Style\Style
setConditionType() setConditionType(string $pValue) : $this Set Condition type. Parameters string $pValue Condition type, see self::CONDITION_* Returns $this
setOperatorType() setOperatorType(string $pValue) : $this Set Operator type. Parameters string $pValue Conditional operator type, see self::OPERATOR_* Returns $this
setStopIfTrue() setStopIfTrue(boolean $value) : $this Set StopIfTrue. Parameters boolean $value Returns $this
setConditions() setConditions(array<mixed,string> $pValue) : $this Set Conditions. Parameters array<mixed,string> $pValue Condition Returns $this
addCondition() addCondition(string $pValue) : $this Add Condition. Parameters string $pValue Condition Returns $this
getStyle() getStyle() : \PhpOffice\PhpSpreadsheet\Style\Style Get Style. Returns \PhpOffice\PhpSpreadsheet\Style\Style
setStyle() setStyle(\PhpOffice\PhpSpreadsheet\Style\Style $pValue = null) : $this Set Style. Parameters \PhpOffice\PhpSpreadsheet\Style\Style $pValue Returns $this