GrapeCity.Spreadsheet Namespace / SearchOrder Enumeration


SearchOrder Enumeration
Specifies the order in which to search the range.
Syntax
'Declaration
 
Public Enum SearchOrder 
   Inherits System.Enum
 
'Usage
 
Dim instance As SearchOrder
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