XlSortOrientation Enumeration 

Specifies the sort orientation.

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

Usage

Dim xlSortOrientation1 As XlSortOrientation = XlSortOrientation.xlSortColumns

Syntax

Public Enum XlSortOrientation
public enum XlSortOrientation
public enum class XlSortOrientation
public enum XlSortOrientation
public enum XlSortOrientation

Members

Member name Description
xlSortColumns Sorts by column.
xlSortRows default. Sorts by row.

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