RecentFiles Interface

Represents the list of recently used files. Each file is represented by a RecentFile object.

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

Syntax

'Declaration
<GuidAttribute("00024406-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface RecentFiles _
    Inherits IEnumerable
'Usage
Dim instance As RecentFiles
[GuidAttribute("00024406-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface RecentFiles : IEnumerable

Remarks

Use the RecentFiles property to return the RecentFiles collection.

See Also

Reference

RecentFiles Members

Microsoft.Office.Interop.Excel Namespace