Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SearchFoundFlags Enumeration


In This Topic
    SearchFoundFlags Enumeration
    In This Topic
    Specifies where the search string is found.
    Syntax
    'Declaration
     
    Public Enum SearchFoundFlags 
       Inherits System.Enum
    'Usage
     
    Dim instance As SearchFoundFlags
    public enum SearchFoundFlags : System.Enum 
    Members
    MemberDescription
    CellFormula[8] Indicates that the string is found in the cell formula.
    CellTag[4] Indicates that the string is found in the cell tag.
    CellText[1] Indicates that the string is found in the cell text.
    None[0] Indicates that no string is found.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.SearchFoundFlags

    See Also