Version

ThresholdComparison Enumeration

Constants which determine the manner in which cell values are compared to the ConditionValue.Value property when conditional criteria is evaluated by an IconSetConditionalFormat.
Syntax
public enum ThresholdComparison : System.Enum 
Members
MemberDescription
GreaterThe cell value must be greater than but not equal to the threshold value.
GreaterEqualThe cell value can be greater than or equal to the threshold value.
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