Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Introduced in build 8.4

Description

The OrderingType class contains the options for ordering a PivotTableField.

C#
public sealed class OrderingType
vb.net
Public NotInheritable Class OrderingType

Values

Name

Description

Manual

This is the default ordering in Excel. When the file is opened in Excel, items can be rearranged by dragging them

Ascending

Items will be arranged in ascending order (A-Z)

Descending

Items will be arranged in descending order (Z-A)

  • No labels