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)

Syntax

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace