SortFactName (Property)

Applies To:

PivotLabels collection, XCategory object, ZCategory object

Description:

Sets the sort criteria for a Pivot fact item. Use this property with SortByFact (Method).

Actions:

Read-only, String

Example:

This example shows how to sort the side label Product Name by fact value:

ActiveDocument.Sections["Pivot3"].SideLabels["Product Name"].SortFactName="Unit Sales"