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