SearchSheetRegExp Method

Summary

Performs a regular expression search within a single sheet.

Syntax

TypeScript
JavaScript
SheetEditorSearch.prototype.searchSheetRegExp = function( 
   sheetOrder, 
   regex 
) 
searchSheetRegExp( 
   sheetOrder: number, 
   regex: any 
): SearchResults; 

Parameters

sheetOrder

A zero-based index of the sheet within the workbook where the search will be performed.

regex

An object representing the regular expression used for the search.

Return Value

The SearchResults instance.

Requirements

Target Platforms

See Also

SheetEditorSearch Class

SheetEditorSearch Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.