C1.PivotEngine Assembly / C1.PivotEngine Namespace / ConditionType Enumeration

ConditionType Enumeration
Specifies the type of comparison to be used when applying a PivotConditionalFieldStyle.
Syntax
'Declaration
 
Public Enum ConditionType 
   Inherits System.Enum
 
Members
MemberDescription
AbsoluteCompare field values to the specified absolute value.
NotSetDisable conditional formatting for this style.
PercentageCompare field values to the specified value as a percentage.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.PivotEngine.ConditionType

See Also