PivotTable.SortUsingCustomLists 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.
The SortUsingCustomLists property controls whether custom lists are used for sorting items of fields, both initially when the PivotField is initialized and the PivotItems are ordered by their captions; and later when the user applies a sort. Read/write.
public:
property bool SortUsingCustomLists { bool get(); void set(bool value); };
public bool SortUsingCustomLists { get; set; }
Public Property SortUsingCustomLists As Boolean
Property Value
Boolean
Remarks
Setting this property to False can optimize performance for fields with many items, and it also allows users who do not want custom list-based sorting to avoid it.