| Constructor Summary |
|---|
ReplaceOptions()
|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getCaseSensitive() | |
function | setCaseSensitive(value) | |
| Indicates if the searched string is case sensitive. | ||
void | setCaseSensitive(value) | |
| Indicates if the searched string is case sensitive. | ||
function | getMatchEntireCellContents() | |
function | setMatchEntireCellContents(value) | |
| Indicates whether to match entire cells contents | ||
function | getRegexKey() | |
function | setRegexKey(value) | |
| Indicates whether the searched key is regex. If true then the searched key will be taken as regex. | ||
| Constructor Detail |
|---|
function ReplaceOptions()
| Property Getters/Setters Detail |
|---|
setCaseSensitive : boolean | |
function setCaseSensitive(value) | |
getCaseSensitive/setCaseSensitive : boolean | |
function getCaseSensitive() / function setCaseSensitive(value) | |
getMatchEntireCellContents/setMatchEntireCellContents : boolean | |
function getMatchEntireCellContents() / function setMatchEntireCellContents(value) | |
getRegexKey/setRegexKey : boolean | |
function getRegexKey() / function setRegexKey(value) | |