PivotField.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 PivotField
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
- Order
Type: System.Int32
- Field
Type: System.String
- PivotLine
Type: System.Object
- CustomSubtotal
Type: System.Object