Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAboveAverage Interface / NumStdDev Property


In This Topic
    NumStdDev Property
    In This Topic
    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