Enum ValueType
Specifies the value type, based on which conditional formatting is applied.
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public enum ValueType
Fields
| Name | Description |
|---|---|
| Number | The conditional formatting is applied based on the value type as number. |
| Percent | The conditional formatting is applied based on the value type as percent. |