Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SearchOrder Enumeration


In This Topic
    SearchOrder Enumeration
    In This Topic
    Specifies the order in which to search the range.
    Syntax
    'Declaration
     
    
    Public Enum SearchOrder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SearchOrder
    public enum SearchOrder : System.Enum 
    Members
    MemberDescription
    ColumnsSearches down through a column, then moves to the next column.
    RowsSearches across a row, then moves to the next row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SearchOrder

    See Also