PivotField.AutoSortOrder 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.
Returns the order used to sort the specified PivotTable field automatically. Can be one of the XlSortOrder constants. Read-only Integer.
public:
property int AutoSortOrder { int get(); };
public int AutoSortOrder { get; }
Public ReadOnly Property AutoSortOrder As Integer