XlSortType Enumeration
Specifies which elements are to be sorted. Use this argument only when sorting PivotTable reports.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlSortType
'Usage
Dim instance As XlSortType
public enum XlSortType
Members
Member name | Description | |
---|---|---|
xlSortLabels | Sorts the PivotTable report by labels. | |
xlSortValues | Sorts the PivotTable report by values. |