Gets or sets the text to replace with.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public string Replace { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Replace As String |
A string value.
See Also