Class ReplaceOptions
ReplaceOptions class
Represent the replace options.
public class ReplaceOptions
Constructors
Properties
Name | Description |
---|
CaseSensitive { get; set; } | Indicates if the searched string is case sensitive. |
FontSettings { get; set; } | The rich formatted settings for the replaced text. |
MatchEntireCellContents { get; set; } | Indicates whether to match entire cells contents |
RegexKey { get; set; } | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. |
See Also