ReplaceOptions Class

ReplaceOptions class

Represent the replace options.


type ReplaceOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewReplaceOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCaseSensitiveIndicates if the searched string is case sensitive.
SetCaseSensitiveIndicates if the searched string is case sensitive.
GetMatchEntireCellContentsIndicates whether to match entire cells contents
SetMatchEntireCellContentsIndicates whether to match entire cells contents
GetRegexKeyIndicates whether the searched key is regex. If true then the searched key will be taken as regex.
SetRegexKeyIndicates whether the searched key is regex. If true then the searched key will be taken as regex.