public enum FormatConditionAboveBelow : System.Enum
Member | Description |
---|---|
AboveAverage | The cell value must be above the average for the associated range in order to meet the associated condition. |
AboveStandardDeviation | The cell value must be above the standard deviation for the associated range in order to meet the associated condition. |
BelowAverage | The cell value must be below the average for the associated range in order to meet the associated condition. |
BelowStandardDeviation | The cell value must be below the standard deviation for the associated range in order to meet the associated condition. |
EqualAboveAverage | The cell value must be equal to or above the average for the associated range in order to meet the associated condition. |
EqualBelowAverage | The cell value must be equal to or below the average for the associated range in order to meet the associated condition. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+