SearchData
type SearchData = object
Description
Properties to make search.
Properties
- What
string | "undefined"
null The data to search for.
The cell after which you want the search to begin. If this argument is not specified, the search starts after the cell in the upper-left corner of the range.
Search data type (formulas or values).
Specifies whether the whole search text or any part of the search text is matched.
Range search order - by rows or by columns.
Range search direction - next match or previous match.
- MatchCase
boolean
null Case sensitive or not. The default value is "false".