Share via


IPivotField.AutoSortEx Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub AutoSortEx ( _
    Order As Integer, _
    Field As String, _
    PivotLine As Object, _
    CustomSubtotal As Object _
)
'Usage
Dim instance As IPivotField
Dim Order As Integer
Dim Field As String
Dim PivotLine As Object
Dim CustomSubtotal As Object

instance.AutoSortEx(Order, Field, PivotLine, _
    CustomSubtotal)
void AutoSortEx(
    int Order,
    string Field,
    Object PivotLine,
    Object CustomSubtotal
)

Parameters

See Also

Reference

IPivotField Interface

IPivotField Members

Microsoft.Office.Interop.Excel Namespace