GrapeCity.Documents.Excel Namespace / SearchOrder Enumeration
SearchOrder Enumeration
Specifies the order in which to search the range.
Syntax
public enum SearchOrder : System.Enum 
Members
MemberDescription
ByColumns Searches down through a column, then moves to the next column.
ByRows Searches across a row, then moves to the next row.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Excel.SearchOrder

See Also