Is this page helpful?
Performs a search for specified content across all sheets in the workbook.
search(
content: string,
matchCase: boolean
): SearchResults;
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.