Method: Axlsx::ConditionalFormattingRule#stopIfTrue

Defined in:
lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb

#stopIfTrueBoolean

stopIfTrue (Stop If True) If this flag is '1', no rules with lower priority shall be applied over this rule, when this rule evaluates to true.

Returns:

  • (Boolean)


126
127
128
# File 'lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb', line 126

def stopIfTrue
  @stopIfTrue
end