Spread Windows Forms 17
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
    public virtual bool SearchTags {get; set;}
    See Also