Search Method

Summary

Performs a search for specified content across all sheets in the workbook.

Syntax

TypeScript
JavaScript
SheetEditorSearch.prototype.search = function( 
   content, 
   matchCase 
) 
search( 
   content: string, 
   matchCase: boolean 
): SearchResults; 

Parameters

content

The text to search for.

matchCase

Indicates whether the search should consider case sensitivity, where true requires the case to match; otherwise, false.

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.