Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / StdDev Property


In This Topic
StdDev Property
In This Topic
Gets or sets the standard deviations which is used by ClassicCfRuleType.Average conditional formatting rule.
Syntax
'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.
See Also