Class ConditionalTopNType
Represents the possible types that defines the values for the Top N conditional formatting evaluation for the PivotTable.
Inheritance
System.Object
ConditionalTopNType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ConditionalTopNType : Enum
Fields
All
Represents Top N conditional formatting is evaluated across the entire scope range.
Declaration
public const ConditionalTopNType All
Field Value
Type |
---|
ConditionalTopNType |
Column
Represents Top N conditional formatting is evaluated for each column.
Declaration
public const ConditionalTopNType Column
Field Value
Type |
---|
ConditionalTopNType |
None
Represents Top N conditional formatting is not evaluated.
Declaration
public const ConditionalTopNType None
Field Value
Type |
---|
ConditionalTopNType |
Row
Represents Top N conditional formatting is not evaluated.
Declaration
public const ConditionalTopNType Row
Field Value
Type |
---|
ConditionalTopNType |