IWorksheetFind Method (String, Boolean, Boolean, Boolean)Bytescout Spreadsheet SDK
Finds the specified search string on the worksheet.

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

Cell Find(
	string searchString,
	bool caseSensitive,
	bool useRegularExpressions,
	bool searchBackwards
)

Parameters

searchString
Type: SystemString
Search string.
caseSensitive
Type: SystemBoolean
Use case sensitive search.
useRegularExpressions
Type: SystemBoolean
The search string contains a regular expression.
searchBackwards
Type: SystemBoolean
Perform backward search.

Return Value

Type: Cell
A cell containing the search string.
See Also

Reference