Gets or sets the standard deviations which is used by
ClassicCfRuleType.Average conditional formatting rule.
public int StdDev {get; set;}
'Declaration
Public Property StdDev As Integer
'Usage
Dim instance As ClassicCfRule
Dim value As Integer
instance.StdDev = value
value = instance.StdDev
Property Value
An integer value represents the number of standard deviations above or below the average to format in the conditional formatting rule.