PivotField.AutoSort(Int32, String) Method
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.
Establishes automatic field-sorting rules for PivotTable reports.
public:
void AutoSort(int Order, System::String ^ Field);
public void AutoSort (int Order, string Field);
Public Sub AutoSort (Order As Integer, Field As String)
Parameters
- Order
- Int32
Required XlSortOrder. The sort order.
- Field
- String
Required String. The name of the sort key field. You must specify the unique name (as returned from the SourceName property) and not the displayed name.