Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FindLookIn Enumeration


In This Topic
    FindLookIn Enumeration
    In This Topic
    Specifies the type of data to search.
    Syntax
    'Declaration
     
    
    Public Enum FindLookIn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FindLookIn
    public enum FindLookIn : System.Enum 
    Members
    MemberDescription
    FormulasSearch for cell formulas.
    ValuesSearch for cell values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.FindLookIn

    See Also