Performs a search for specified content within a single sheet.
SheetEditorSearch.prototype.searchSheet = function(
sheetOrder,
content,
matchCase
)
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.
The SearchResults instance.