Version

FormatConditionValueType Enumeration

Constants which identify the type of value which defines the criteria for a ColorScaleCriterion or IconCriterion.
Syntax
'Declaration
 
Public Enum FormatConditionValueType 
   Inherits System.Enum
public enum FormatConditionValueType : System.Enum 
Members
MemberDescription
AutomaticMaximumThe longest data bar is proportional to the highest value across the associated range. Applicable only to the IconCriterion class.
AutomaticMinimumThe shortest data bar is proportional to the lowest value across the associated range. Applicable only to the IconCriterion class.
FormulaThe criteria is defined by a formula.
HighestValueThe criteria is defined by the highest value across the associated range.
LowestValueThe criteria is defined by the lowest value across the associated range.
NumberThe criteria is defined by a numeric value.
PercentageThe criteria is defined by a percentage.
PercentileThe criteria is defined by a percentile rating.
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