Enum RuleType
Specifies the type of the rule used for formatting cell values.
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public enum RuleType
Fields
Name | Description |
---|---|
FormatAllCellsBasedOnTheirValues | Formats every cell based on it's value. |
FormatOnlyCellsThatContain | Formats the cells that contain a specific value. |
FormatOnlyUniqueOrDuplicateValues | Formats the cells that have unique value. |
FormatOnlyValuesThatAreAboveOrBelowAverage | Format the cells that are above or below average value. |
FormatTopOrBottomRankedValues | Formats the cells based on Maximum or Minimum value. |