Class ReplaceOptions

Class ReplaceOptions

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represent the replace options.

public class ReplaceOptions

Inheritance

objectReplaceOptions

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

bool

FontSettings

The rich formatted settings for the replaced text.

public FontSetting[] FontSettings { get; set; }

Property Value

FontSetting[]

MatchEntireCellContents

Indicates whether to match entire cells contents

public bool MatchEntireCellContents { get; set; }

Property Value

bool

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

bool

StyleFlags

Gets and sets flags of applying font settings.

public StyleFlag[] StyleFlags { get; set; }

Property Value

StyleFlag[]