Spread WinForms 15
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
See Also