PivotTable.FieldListSortAscending Property

Excel Developer Reference

Controls the sort order of fields in the PivotTable Field List. 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. Read/write.

Version Information
 Version Added:  Excel 2007

Syntax

expression.FieldListSortAscending

expression   A variable that represents a PivotTable object.

Remarks

Does not apply to PivotTables connected to OLAP data sources.

See Also