ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotFieldSortType - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotFieldSortType

    sort orders that can be applied to fields in a PivotTable.

    Inheritance
    System.Object
    PivotFieldSortType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class PivotFieldSortType : Enum

    Fields

    Ascending

    Indicates the field is sorted in ascending order.

    Declaration
    public const PivotFieldSortType Ascending
    Field Value
    Type Description
    PivotFieldSortType

    Descending

    Indicates the field is sorted in descending order.

    Declaration
    public const PivotFieldSortType Descending
    Field Value
    Type Description
    PivotFieldSortType

    Manual

    Indicates the field is sorted manually.

    Declaration
    public const PivotFieldSortType Manual
    Field Value
    Type Description
    PivotFieldSortType

    value__

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