ReplaceOptions
Contents
[
Hide
]ReplaceOptions class
Represent the replace options.
Constructors
| Name | Description |
|---|---|
| ReplaceOptions |
Properties
| Name | Type | Description |
|---|---|---|
| CaseSensitive | boolean | Indicates if the searched string is case sensitive. |
| MatchEntireCellContents | boolean | Indicates whether to match entire cells contents |
| RegexKey | boolean | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. |
| FontSettings | FontSetting[] | The rich formatted settings for the replaced text. |
| StyleFlags | StyleFlag[] |
ReplaceOptions()
ReplaceOptions.CaseSensitive property
Indicates if the searched string is case sensitive.
Type: boolean
ReplaceOptions.MatchEntireCellContents property
Indicates whether to match entire cells contents
Type: boolean
ReplaceOptions.RegexKey property
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
Type: boolean
ReplaceOptions.FontSettings property
The rich formatted settings for the replaced text.
Type: FontSetting[]
ReplaceOptions.StyleFlags property
Type: StyleFlag[]