Share via


XlSortOrder Enumeration 

Specifies the sort order for the specified field or range.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlSortOrder1 As XlSortOrder = XlSortOrder.xlAscending

Syntax

Public Enum XlSortOrder
public enum XlSortOrder
public enum class XlSortOrder
public enum XlSortOrder
public enum XlSortOrder

Members

Member name Description
xlAscending default. Sorts the specified field in ascending order.
xlDescending Sorts the specified field in descending order.

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