Class ReplaceOptions
Class ReplaceOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represent the replace options.
public class ReplaceOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ReplaceOptions()
public ReplaceOptions()
Properties
CaseSensitive
Indicates if the searched string is case sensitive.
public bool CaseSensitive { get; set; }
Property Value
FontSettings
The rich formatted settings for the replaced text.
public FontSetting[] FontSettings { get; set; }
Property Value
MatchEntireCellContents
Indicates whether to match entire cells contents
public bool MatchEntireCellContents { get; set; }
Property Value
Remarks
The default value is true.
RegexKey
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
public bool RegexKey { get; set; }
Property Value
StyleFlags
Gets and sets flags of applying font settings.
public StyleFlag[] StyleFlags { get; set; }