[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.SearchOrder

SearchOrder Enum

Specifies the order in which to search the range.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum SearchOrder : byte
Public Enum SearchOrder As Byte

Fields

Name Description
Columns

Searches down through a column, then moves to the next column.

Rows

Searches across a row, then moves to the next row.