PivotTable.SortUsingCustomLists 属性

定义

属性 SortUsingCustomLists 控制是否使用自定义列表对字段的项进行排序,最初在初始化 时 PivotFieldPivotItems 按标题排序;稍后当用户应用排序时。 读/写。

public:
 property bool SortUsingCustomLists { bool get(); void set(bool value); };
public bool SortUsingCustomLists { get; set; }
Public Property SortUsingCustomLists As Boolean

属性值

Boolean

注解

将此属性设置为 False 可优化具有多个项的字段的性能,并且它还允许不需要基于自定义列表排序的用户避免基于自定义列表进行排序。

适用于