Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / FoundString Property


In This Topic
FoundString Property
In This Topic
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
See Also