Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AdvancedSearchDialog Class / SearchCellText Property


In This Topic
    SearchCellText Property
    In This Topic
    Gets or sets whether to search the text of cells.
    Syntax
    'Declaration
     
    
    Public Overridable Property SearchCellText As Boolean
    'Usage
     
    
    Dim instance As AdvancedSearchDialog
    Dim value As Boolean
     
    instance.SearchCellText = value
     
    value = instance.SearchCellText
    public virtual bool SearchCellText {get; set;}
    See Also