ReplaceOptions class

ReplaceOptions class

Represent the replace options.

The ReplaceOptions type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of ReplaceOptions

Properties

PropertyDescription
case_sensitiveIndicates if the searched string is case sensitive.
match_entire_cell_contentsIndicates whether to match entire cells contents
regex_keyIndicates whether the searched key is regex. If true then the searched key will be taken as regex.
font_settingsThe rich formatted settings for the replaced text.

See Also