menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RuleType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved