ReplaceOptions Class
Contents
[
Hide
]ReplaceOptions class
Represent the replace options.
type ReplaceOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewReplaceOptions | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCaseSensitive | Indicates if the searched string is case sensitive. |
SetCaseSensitive | Indicates if the searched string is case sensitive. |
GetMatchEntireCellContents | Indicates whether to match entire cells contents |
SetMatchEntireCellContents | Indicates whether to match entire cells contents |
GetRegexKey | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. |
SetRegexKey | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. |