'DeclarationPublic Property AboveAverage As Boolean
'UsageDim instance As ClassicCfRule Dim value As Boolean instance.AboveAverage = value value = instance.AboveAverage
public bool AboveAverage {get; set;}
Property Value
true if conditional formatting is applied to cells whose value is above average of the range; otherwise, false.