Version

FormatConditionAboveBelow Enumeration

Constants which specify the manner in which cell values are compared when evaluating a AverageConditionalFormat.
Syntax
public enum FormatConditionAboveBelow : System.Enum 
Members
MemberDescription
AboveAverageThe cell value must be above the average for the associated range in order to meet the associated condition.
AboveStandardDeviationThe cell value must be above the standard deviation for the associated range in order to meet the associated condition.
BelowAverageThe cell value must be below the average for the associated range in order to meet the associated condition.
BelowStandardDeviationThe cell value must be below the standard deviation for the associated range in order to meet the associated condition.
EqualAboveAverageThe cell value must be equal to or above the average for the associated range in order to meet the associated condition.
EqualBelowAverageThe cell value must be equal to or below the average for the associated range in order to meet the associated condition.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also