PivotField.AutoSortOrder Property
Excel Developer Reference |
Returns the order used to sort the specified PivotTable field automatically. Can be one of the constants of XlSortOrder. Read-only Long.
Syntax
expression.AutoSortOrder
expression A variable that represents a PivotField object.
Example
This example displays a message box showing the AutoSort parameters for the Product field.
Visual Basic for Applications |
---|
|
See Also