PivotField.AutoSortField 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 name of the data field used to sort the specified PivotTable field automatically. Read-only String.
public:
property System::String ^ AutoSortField { System::String ^ get(); };
public string AutoSortField { get; }
Public ReadOnly Property AutoSortField As String