ReplaceOptions
Class
Configures text replacement operations in worksheets, combining find criteria with replacement text.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class ReplaceOptions : FindOptions
Inheritance: objectFindOptionsReplaceOptions
Inherited Members
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)
The options.
Properties
Gets or sets the replacement text that will substitute matched occurrences.
C#
public string ReplaceWith { get; set; }
The value to replace with.