Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AverageConditionalFormattingRule Class / StandardDeviation Property
Example


In This Topic
    StandardDeviation Property (AverageConditionalFormattingRule)
    In This Topic
    Gets or sets the standard deviation.
    Syntax
    'Declaration
     
    
    Public Property StandardDeviation As Integer
    'Usage
     
    
    Dim instance As AverageConditionalFormattingRule
    Dim value As Integer
     
    instance.StandardDeviation = value
     
    value = instance.StandardDeviation
    public int StandardDeviation {get; set;}

    Property Value

    The standard deviation.
    Example
    This example sets the StandardDeviation property.
    See Also