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


In This Topic
    IsAbove Property
    In This Topic
    Gets or sets 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.
    Example
    This example sets the IsAbove property.
    See Also