ClassReplaceOptions
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:
cs-api-definition
public class ReplaceOptions : FindOptions
Inheritance: objectFindOptionsReplaceOptions
Inherited Members
Constructors
ReplaceOptions()
Initializes a new ReplaceOptions with default find and replace settings.
Declaration
cs-api-definition
public ReplaceOptions()
Properties
ReplaceWith
Gets or sets the replacement text that will substitute matched occurrences.
Declaration
cs-api-definition
public string ReplaceWith { get; set; }
Property Value
The value to replace with.
Methods
CopyPropertiesFrom(ReplaceOptions)
Copies all find and replace settings from another ReplaceOptions instance to this one.
Declaration
cs-api-definition
public void CopyPropertiesFrom(ReplaceOptions options)
Parameters
options
The options.
GetHashCode()
Serves as a hash function for a particular type.