PivotTable.SortUsingCustomLists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性 SortUsingCustomLists 控制是否使用自定义列表对字段的项进行排序,最初在初始化 时 PivotField 和 PivotItems 按标题排序;稍后当用户应用排序时。 读/写。
public:
property bool SortUsingCustomLists { bool get(); void set(bool value); };
public bool SortUsingCustomLists { get; set; }
Public Property SortUsingCustomLists As Boolean
属性值
Boolean
注解
将此属性设置为 False 可优化具有多个项的字段的性能,并且它还允许不需要基于自定义列表排序的用户避免基于自定义列表进行排序。