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


In This Topic
ExactMatch Property
In This Topic
Gets or sets whether to consider only strings that match exactly.
Syntax
'Declaration
 
Public Overridable Property ExactMatch As Boolean
 
'Usage
 
Dim instance As SearchDialog
Dim value As Boolean
 
instance.ExactMatch = value
 
value = instance.ExactMatch
See Also