Spread Windows Forms 12.0 Product Documentation
MaxMinAverageRequires Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IConditionalFormattingDataRule Interface : MaxMinAverageRequires Property
Gets a value that indicates whether the conditional formatting rule requires maximum, minimum, or average values from the data ranges.
Syntax
'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 and/or minimum and/or average values from the data ranges; otherwise, false.
See Also

Reference

IConditionalFormattingDataRule Interface
IConditionalFormattingDataRule Members