FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchFoundFlags Enumeration


SearchFoundFlags Enumeration
Specifies where the search string is found.
Syntax
'Declaration
 
Public Enum SearchFoundFlags 
   Inherits System.Enum
 
'Usage
 
Dim instance As SearchFoundFlags
Members
MemberDescription
CellNote[2] Indicates that the string is found in the cell note
CellTag[4] Indicates that the string is found in the cell tag
CellText[1] Indicates that the string is found in the cell text
Error[0] Indicates an error has occured due to an invalid argument
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.SearchFoundFlags

See Also