'Declaration Public Property IsAbove As Boolean
'Usage Dim instance As AverageConditionalFormattingRule Dim value As Boolean instance.IsAbove = value value = instance.IsAbove
public bool IsAbove {get; set;}
Property Value
true
if this instance is above average; otherwise, false
.