Class ValueType
Specifies the value type, based on which conditional formatting is applied.
Inheritance
System.Object
ValueType
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public sealed class ValueType : Enum
Fields
Number
The conditional formatting is applied based on the value type as number.
Declaration
public const ValueType Number
Field Value
| Type |
|---|
| ValueType |
Percent
The conditional formatting is applied based on the value type as percent.
Declaration
public const ValueType Percent
Field Value
| Type |
|---|
| ValueType |