Share via


_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

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace