ReplaceData
type ReplaceData = object
Description
Properties to make search and replace.
Properties
- What
string | "undefined"
null The data to search for.
- Replacement
string
null The replacement string.
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".
- ReplaceAll
boolean
null Specifies if all the found data will be replaced or not. The default value is "true".