Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AverageConditionalFormattingRule Class / IsAbove Property


In This Topic
    IsAbove Property
    In This Topic
    Gets or sets a value that indicates whether this conditional formatting rule accepts a value that is above average.
    Syntax
    'Declaration
     
    
    Public Property IsAbove As Boolean
    'Usage
     
    
    Dim instance As AverageConditionalFormattingRule
    Dim value As Boolean
     
    instance.IsAbove = value
     
    value = instance.IsAbove
    public bool IsAbove {get; set;}

    Property Value

    true if this instance is above average; otherwise, false.
    See Also