WorksheetFind Method (String, Boolean, Boolean, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Finds the specified search string on the worksheet.
Namespace:Bytescout.SpreadsheetAssembly: 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: CellA cell containing the search string.
Implements
IWorksheetFind(String, Boolean, Boolean, Boolean)See Also