Version

IconRuleValueType Enumeration

An enumeration that describes what an inputted value in a conditional formatting rule should be interpretted as for icon rules.
Syntax
'Declaration
 
Public Enum IconRuleValueType 
   Inherits System.Enum
public enum IconRuleValueType : System.Enum 
Members
MemberDescription
NumberA user inputted value will be expected.
PercentThe percentage value based on the range of the data.
PercentileThe percentile value with respect to where the given value falls in the given set.
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