Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IConditionalFormattingDataRule Interface / MaxMinAverageRequires Property


In This Topic
    MaxMinAverageRequires Property
    In This Topic
    Gets a value that indicates whether the conditional formatting rule requires maximum, minimum, or average values from the data ranges.
    Syntax
    'Declaration
     
    
    ReadOnly Property MaxMinAverageRequires As Boolean
    'Usage
     
    
    Dim instance As IConditionalFormattingDataRule
    Dim value As Boolean
     
    value = instance.MaxMinAverageRequires
    bool MaxMinAverageRequires {get;}

    Property Value

    true if the conditional formatting rule requires maximum, minimum, or average values from the data ranges; otherwise, false.
    See Also