XlSortOrientation Enumeration

Specifies the sort orientation.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlSortOrientation
'Usage
Dim instance As XlSortOrientation
public enum XlSortOrientation

Members

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace