Search
FindReplaceForm.Replace Property
See Also
 






Gets or sets the text to replace with.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public string Replace { get; set; }

Visual Basic  Copy Code

Public Property Replace As String

 Property Value

A string value.

 See Also