'Declaration ReadOnly Property MaxMinAverageRequires As Boolean
'Usage Dim instance As IConditionalFormattingDataRule Dim value As Boolean value = instance.MaxMinAverageRequires
bool MaxMinAverageRequires {get;}
Property Value
true
if the conditional formatting rule requires maximum, minimum, or average values from the data ranges; otherwise, false
.