Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConditionalTopNType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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 Description
    ConditionalTopNType

    Column

    Represents Top N conditional formatting is evaluated for each column.

    Declaration
    public const ConditionalTopNType Column
    Field Value
    Type Description
    ConditionalTopNType

    None

    Represents Top N conditional formatting is not evaluated.

    Declaration
    public const ConditionalTopNType None
    Field Value
    Type Description
    ConditionalTopNType

    Row

    Represents Top N conditional formatting is not evaluated.

    Declaration
    public const ConditionalTopNType Row
    Field Value
    Type Description
    ConditionalTopNType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved