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


In This Topic
SearchNotes Property
In This Topic
Gets or sets whether to search the text of cell notes.
Syntax
'Declaration
 
Public Overridable Property SearchNotes As Boolean
 
'Usage
 
Dim instance As AdvancedSearchDialog
Dim value As Boolean
 
instance.SearchNotes = value
 
value = instance.SearchNotes
See Also