PivotTable.FieldListSortAscending Property

Definition

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.

Applies to