Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SearchOrder Enumeration
In This Topic
    SearchOrder Enumeration
    In This Topic
    Specifies the order in which to search the range.
    Members
    MemberDescription
    ByColumnsSearches down through a column, then moves to the next column.
    ByRowsSearches across a row, then moves to the next row.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.SearchOrder

    See Also