Method: Axlsx::ConditionalFormattingRule#operator
- Defined in:
- lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb
#operator ⇒ Symbol
Operator The operator in a "cell value is" conditional formatting rule. This attribute is ignored if type is not equal to cellIs
Operator must be one of lessThan, lessThanOrEqual, equal, notEqual, greaterThanOrEqual, greaterThan, between, notBetween, containsText, notContains, beginsWith, endsWith
83 84 85 |
# File 'lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb', line 83 def operator @operator end |