Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AdvancedSearchDialog Class / SearchTags Property


In This Topic
SearchTags Property
In This Topic
Gets or sets whether to search cell tags, if the object is representable as a string.
Syntax
'Declaration
 
Public Overridable Property SearchTags As Boolean
 
'Usage
 
Dim instance As AdvancedSearchDialog
Dim value As Boolean
 
instance.SearchTags = value
 
value = instance.SearchTags
See Also