Method: Axlsx::ConditionalFormattingRule#priority
- Defined in:
- lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb
#priority ⇒ Integer
Priority The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where '1' is the highest priority.
91 92 93 |
# File 'lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb', line 91 def priority @priority end |