Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SearchOrder Enumeration
In This Topic
    SearchOrder Enumeration
    In This Topic
    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