[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SearchOrder

Enum SearchOrder

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the order in which to search the range.

public enum SearchOrder

Fields

ByColumns = 1

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

ByRows = 0

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