[]
        
Specifies the order in which to search the range.
public enum SearchOrder : byte
  Public Enum SearchOrder As Byte
  | Name | Description | 
|---|---|
| Columns | Searches down through a column, then moves to the next column.  | 
      
| Rows | Searches across a row, then moves to the next row.  |