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
'Declaration
 
Public Enum ThresholdComparison 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also