Class RuleType
Specifies the type of the rule used for formatting cell values.
Inheritance
System.Object
RuleType
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public sealed class RuleType : Enum
Fields
FormatAllCellsBasedOnTheirValues
Formats every cell based on it's value.
Declaration
public const RuleType FormatAllCellsBasedOnTheirValues
Field Value
| Type |
|---|
| RuleType |
FormatOnlyCellsThatContain
Formats the cells that contain a specific value.
Declaration
public const RuleType FormatOnlyCellsThatContain
Field Value
| Type |
|---|
| RuleType |
FormatOnlyUniqueOrDuplicateValues
Formats the cells that have unique value.
Declaration
public const RuleType FormatOnlyUniqueOrDuplicateValues
Field Value
| Type |
|---|
| RuleType |
FormatOnlyValuesThatAreAboveOrBelowAverage
Format the cells that are above or below average value.
Declaration
public const RuleType FormatOnlyValuesThatAreAboveOrBelowAverage
Field Value
| Type |
|---|
| RuleType |
FormatTopOrBottomRankedValues
Formats the cells based on Maximum or Minimum value.
Declaration
public const RuleType FormatTopOrBottomRankedValues
Field Value
| Type |
|---|
| RuleType |