Spread Windows Forms 12.0 Product Documentation
NumStdDev Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IAboveAverage Interface : NumStdDev Property
Gets or sets the numeric standard deviation for an IAboveAverage object.
Syntax
'Declaration
 
Property NumStdDev As Integer
'Usage
 
Dim instance As IAboveAverage
Dim value As Integer
 
instance.NumStdDev = value
 
value = instance.NumStdDev
int NumStdDev {get; set;}

Property Value

An integer value that represents the numeric standard deviation.
See Also

Reference

IAboveAverage Interface
IAboveAverage Members