Version

IconGroupOperator Enumeration

An enumeration that describes what operand should be used for Icon based conditional formatting rules.
Syntax
'Declaration
 
Public Enum IconGroupOperator 
   Inherits System.Enum
public enum IconGroupOperator : System.Enum 
Members
MemberDescription
GreaterThanThe icon will be used if the value is greater than the inputted value.
GreaterThanOrEqualToThe icon will be used if the value is greater than or equal to the inputted value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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