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)

Usage

Dim xlSortType1 As XlSortType = XlSortType.xlSortLabels

Syntax

Public Enum XlSortType
public enum XlSortType
public enum class XlSortType
public enum XlSortType
public enum XlSortType

Members

Member name Description
xlSortLabels Sorts the PivotTable report by labels.
xlSortValues Sorts the PivotTable report by values.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace