Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / EqualsIncluded Property


In This Topic
    EqualsIncluded Property
    In This Topic
    Gets or sets a value specifies how the conditional formatting rule is applied.
    Syntax
    'Declaration
     
    
    Public Property EqualsIncluded As Boolean
    'Usage
     
    
    Dim instance As ClassicCfRule
    Dim value As Boolean
     
    instance.EqualsIncluded = value
     
    value = instance.EqualsIncluded
    public bool EqualsIncluded {get; set;}

    Property Value

    true if conditional formatting is applied to cells whose value is equal to or above the average value of cells in the range; otherwise, false.
    See Also