Version

ConditionValue Class

Exposes properties which define the value and its unit of measure for a conditional format threshold.
Syntax
'Declaration
 
Public NotInheritable Class ConditionValue 
public sealed class ConditionValue 
Remarks

When the ValueType property is set to Number, Percentage, or Percentile, only the Value property is applicable.

Similarly, the Formula property is only applicable whenValueType is set to Formula.

For the following settings of ValueType, neither Value nor Formula is applicable, and the actual threshold is derived based on the highest and/or lowest values in the associated range:

  • AutomaticMinimum
  • AutomaticMaximum
  • LowestValue
  • HighestValue

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