Version

ValueType Enumeration

An enumeration that describes what an inputted value in a conditional formatting rule should be interpretted as.
Syntax
'Declaration
 
Public Enum ValueType 
   Inherits System.Enum
public enum ValueType : System.Enum 
Members
MemberDescription
GeneratedValueDuring processing of the rule, an value will be determined by the XamGrid.
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