Enum ConditionalTopNType
Represents the possible types that defines the values for the Top N conditional formatting evaluation for the PivotTable.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ConditionalTopNType
Fields
Name | Description |
---|---|
All | Represents Top N conditional formatting is evaluated across the entire scope range. |
Column | Represents Top N conditional formatting is evaluated for each column. |
None | Represents Top N conditional formatting is not evaluated. |
Row | Represents Top N conditional formatting is not evaluated. |