SpreadsheetGear 2023
FindLookIn Enumeration


SpreadsheetGear Namespace : FindLookIn Enumeration
Specifies whether to search formulas or values.
Syntax
'Declaration
 
Public Enum FindLookIn 
   Inherits System.Enum
'Usage
 
Dim instance As FindLookIn
public enum FindLookIn : System.Enum 
Members
MemberDescription
FormulasSpecifies that formulas should be searched.
ValuesSpecifies that values should be searched.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.FindLookIn

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace
Find Method