ReplaceOptions

ReplaceOptions class

Represent the replace options.

Constructors

NameDescription
ReplaceOptions

Properties

NameTypeDescription
CaseSensitivebooleanIndicates if the searched string is case sensitive.
MatchEntireCellContentsbooleanIndicates whether to match entire cells contents
RegexKeybooleanIndicates whether the searched key is regex. If true then the searched key will be taken as regex.
FontSettingsFontSetting[]The rich formatted settings for the replaced text.
StyleFlagsStyleFlag[]

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[]