Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / AverageValue Property


In This Topic
    AverageValue Property
    In This Topic
    Gets the average value.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property AverageValue As Double
    'Usage
     
    
    Dim instance As ConditionalFormatting
    Dim value As Double
     
    value = instance.AverageValue
    public new double AverageValue {get;}
    See Also