Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.4

...

Description

Excerpt

The OrderingType class contains the options for ordering a PivotTableField.

Signature
C#C#
}

{description}


{excerpt}
The {{OrderingType}} class contains the options for ordering a {{[EW8:PivotTableField]}}.{excerpt}
{signature:C#} public sealed class OrderingType
Signature
{signature}{signature:vb.net
vb.net
}Public NotInheritable Class OrderingType
Values

...

Name

...

Description

...

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

...

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

...

{signature}

{values}

|| Name || Description ||
| {anchor:Manual}Manual | This is the default ordering in Excel.  When the file is opened in Excel, items can be rearranged by dragging them |
| {anchor:Ascending}Ascending | Items will be arranged in ascending order (A-Z) |
| {anchor:Descending}Descending | Items will be arranged in descending order (Z-A) |