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)

Syntax

'Declaration
Public Enumeration XlLookAt
'Usage
Dim instance As 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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace