Link Search Menu Expand Document

IWorksheetFindNext Method

Finds next occurrence of the search string on the worksheet. You should initialize the search with the Find() method.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Cell FindNext()

Return Value

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

Reference