[]
Specifies the order in which to search the range.
public enum SearchOrder
ByColumns = 1
Searches down through a column, then moves to the next column.
ByRows = 0
Searches across a row, then moves to the next row.