XlSearchWithin Enumeration

Specifies the extent of the search for the range.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlSearchWithin
'Usage
Dim instance As XlSearchWithin
public enum XlSearchWithin

Members

Member name Description
xlWithinSheet Limit search to current sheet.
xlWithinWorkbook Search whole workbook.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace