[]
        
Specifies where the search string is found.
public enum SearchFoundFlags
  Public Enum SearchFoundFlags
  | Name | Description | 
|---|---|
| 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  |