Link Search Menu Expand Document

WorksheetFind Method (String, Boolean, Boolean, Boolean)

Finds the specified search string on the worksheet.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public 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.

Implements

IWorksheetFind(String, Boolean, Boolean, Boolean)
See Also

Reference