[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SearchOrder

SearchOrder Enum

Specifies the order in which to search the range.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum SearchOrder
Public Enum SearchOrder

Fields

Name Description
ByColumns

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

ByRows

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