WorksheetFindNext Method Bytescout Spreadsheet SDK
Finds next occurrence of the search string on the worksheet. You should initialize the search with the Find() method.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public Cell FindNext()

Return Value

Type: Cell
A cell containing the search string or if the string is not found.

Implements

IWorksheetFindNext
See Also

Reference