_Application.RecentFiles Property

Returns a RecentFiles collection that represents the list of recently used files.

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

Syntax

'Declaration
ReadOnly Property RecentFiles As RecentFiles
    Get
'Usage
Dim instance As _Application
Dim value As RecentFiles

value = instance.RecentFiles
RecentFiles RecentFiles { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.RecentFiles

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace