New to Telerik Document ProcessingStart a free 30-day trial

Configures text replacement operations in worksheets, combining find criteria with replacement text.

Definition

Constructors

Initializes a new ReplaceOptions with default find and replace settings.

C#
public ReplaceOptions()

Methods

Copies all find and replace settings from another ReplaceOptions instance to this one.

C#
public void CopyPropertiesFrom(ReplaceOptions options)
Parameters:optionsReplaceOptions

The options.

Determines whether the specified object is equal to the current object.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

True if the specified object is equal to the current object; otherwise, false.

Overrides: FindOptions.Equals(object)

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current object.

Overrides: FindOptions.GetHashCode()

Properties

Gets or sets the replacement text that will substitute matched occurrences.

C#
public string ReplaceWith { get; set; }
Property Value:

The value to replace with.