Method: Axlsx::ConditionalFormattingRule#stdDev

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

#stdDevInteger

stdDev (StdDev) The number of standard deviations to include above or below the average in the conditional formatting rule. This attribute is ignored if type is not equal to aboveAverage. If a value is present for stdDev and the rule type = aboveAverage, then this rule is automatically an "above or below N standard deviations" rule.

Returns:

  • (Integer)


120
121
122
# File 'lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb', line 120

def stdDev
  @stdDev
end