Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AverageConditionalFormattingRule Class / AverageConditionalFormattingRule Constructor / AverageConditionalFormattingRule Constructor(Boolean,Boolean)
If set to true, the conditional formatting rule accepts values that are above average.
If set to true, the conditional formatting rule accepts values that equal the average.


In This Topic
    AverageConditionalFormattingRule Constructor(Boolean,Boolean)
    In This Topic
    Initializes a new instance of the AverageConditionalFormattingRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal isAbove As Boolean, _
       ByVal isIncludedEquals As Boolean _
    )
    'Usage
     
    
    Dim isAbove As Boolean
    Dim isIncludedEquals As Boolean
     
    Dim instance As New AverageConditionalFormattingRule(isAbove, isIncludedEquals)
    public AverageConditionalFormattingRule( 
       bool isAbove,
       bool isIncludedEquals
    )

    Parameters

    isAbove
    If set to true, the conditional formatting rule accepts values that are above average.
    isIncludedEquals
    If set to true, the conditional formatting rule accepts values that equal the average.
    See Also