SpreadsheetGear 2023
LookAt Enumeration


SpreadsheetGear Namespace : LookAt Enumeration
Specifies whether to accept a partial match or require a complete match.
Syntax
'Declaration
 
Public Enum LookAt 
   Inherits System.Enum
'Usage
 
Dim instance As LookAt
public enum LookAt : System.Enum 
Members
MemberDescription
PartSpecifies that a partial match will be accepted.
WholeSpecifies that a complete match will be required.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.LookAt

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
Replace Method