menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotFieldSortType - UWP 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.UWP.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
    PivotFieldSortType

    Descending

    Indicates the field is sorted in descending order.

    Declaration
    public const PivotFieldSortType Descending
    Field Value
    Type
    PivotFieldSortType

    Manual

    Indicates the field is sorted manually.

    Declaration
    public const PivotFieldSortType Manual
    Field Value
    Type
    PivotFieldSortType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved