_Application.FileSearch Property
Returns a FileSearch object for use with file searches. This property is available only in Microsoft Windows.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property FileSearch As FileSearch
Get
'Usage
Dim instance As _Application
Dim value As FileSearch
value = instance.FileSearch
FileSearch FileSearch { get; }
Property Value
Type: Microsoft.Office.Core.FileSearch