SearchSheet Method

Summary

Performs a search for specified content within a single sheet.

Syntax

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

Parameters

sheetOrder

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

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.