Spread Windows Forms 12.0 Product Documentation
FoundString Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SearchDialog Class : FoundString Property
Gets the string that matches the one searched for.
Syntax
'Declaration
 
Public Overridable ReadOnly Property FoundString As String
'Usage
 
Dim instance As SearchDialog
Dim value As String
 
value = instance.FoundString
public virtual string FoundString {get;}

Property Value

String containing the matching string
Example
string s;

s = fpSpread1.SearchDialog.FoundString;

label1.Text = s;
Dim s As String

s = FpSpread1.SearchDialog.FoundString

Label1.Text = s
See Also

Reference

SearchDialog Class
SearchDialog Members