Version

ConditionValue Class

Exposes properties which define the value and its unit of measure for a conditional format threshold.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also