Gets or sets a value specifies how the conditional formatting rule is applied.
public bool EqualsIncluded {get; set;}
'Declaration
Public Property EqualsIncluded As Boolean
'Usage
Dim instance As ClassicCfRule
Dim value As Boolean
instance.EqualsIncluded = value
value = instance.EqualsIncluded
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
.