Method: Axlsx::ConditionalFormattingRule#equalAverage

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

#equalAverageBoolean

Equal Average Flag indicating whether the 'aboveAverage' and 'belowAverage' criteria is inclusive of the average itself, or exclusive of that value.

Returns:

  • (Boolean)


73
74
75
# File 'lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb', line 73

def equalAverage
  @equalAverage
end