menu

Document Processing

ConditionalTopNType Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ConditionalTopNType Class

    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.Base.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved