PivotField.AutoSortField Property
Returns the name of the data field used to sort the specified PivotTable field automatically. Read-only String.
Syntax
expression.AutoSortField
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 |
|---|
|