XlLookAt Enumeration 

Specifies whether a match is made against the whole of the search text or any part of the search text.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlLookAt1 As XlLookAt = XlLookAt.xlPart

Syntax

Public Enum XlLookAt
public enum XlLookAt
public enum class XlLookAt
public enum XlLookAt
public enum XlLookAt

Members

Member name Description
xlPart Match against any part of the search text.
xlWhole Match against the whole of the search text.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace