XlSearchOrder Enumeration 

Specifies the order in which to search the range.

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

Usage

Dim xlSearchOrder1 As XlSearchOrder = XlSearchOrder.xlByColumns

Syntax

Public Enum XlSearchOrder
public enum XlSearchOrder
public enum class XlSearchOrder
public enum XlSearchOrder
public enum XlSearchOrder

Members

Member name Description
xlByColumns Searches down through a column, then moves to the next column.
xlByRows Searches across a row, then moves to the next 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