PivotTable.FieldListSortAscending Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the sort order of fields in the PivotTable Field List. Read/write.
public:
property bool FieldListSortAscending { bool get(); void set(bool value); };
public bool FieldListSortAscending { get; set; }
Public Property FieldListSortAscending As Boolean
Property Value
Boolean
Remarks
When this property is set to True, the fields are sorted in ascending order. When it is set to False, the fields are sorted in data source order.
Does not apply to PivotTable connected to OLAP data sources.