ReplaceOptions
Contents
[
Hide
]ReplaceOptions class
Represent the replace options.
class ReplaceOptions;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | 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[] | Gets and sets flags of applying font settings. |
constructor()
Default Constructor.
constructor();
caseSensitive
Indicates if the searched string is case sensitive.
caseSensitive : boolean;
matchEntireCellContents
Indicates whether to match entire cells contents
matchEntireCellContents : boolean;
Remarks
The default value is true.
regexKey
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
regexKey : boolean;
fontSettings
The rich formatted settings for the replaced text.
fontSettings : FontSetting[];
styleFlags
Gets and sets flags of applying font settings.
styleFlags : StyleFlag[];