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)

Syntax

'Declaration
Public Enumeration XlSortOrder
'Usage
Dim instance As 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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace