ReplaceOptions
Contents
[
Hide
]ReplaceOptions class
Represent the replace options.
new ReplaceOptions()
Methods
| Name | Description |
|---|---|
| getCaseSensitive() | Indicates if the searched string is case sensitive. |
| getFontSettings() | The rich formatted settings for the replaced text. |
| getMatchEntireCellContents() | Indicates whether to match entire cells contents |
| getRegexKey() | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. |
| getStyleFlags() | |
| setCaseSensitive() | Indicates if the searched string is case sensitive. |
| setFontSettings() | The rich formatted settings for the replaced text. |
| setMatchEntireCellContents() | Indicates whether to match entire cells contents |
| setRegexKey() | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. |
| setStyleFlags() |
getCaseSensitive()
Indicates if the searched string is case sensitive.
getFontSettings()
The rich formatted settings for the replaced text.
getMatchEntireCellContents()
Indicates whether to match entire cells contents
getRegexKey()
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
getStyleFlags()
setCaseSensitive()
Indicates if the searched string is case sensitive.
setFontSettings()
The rich formatted settings for the replaced text.
setMatchEntireCellContents()
Indicates whether to match entire cells contents
setRegexKey()
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.