RecentFile Interface

Represents a file in the list of recently used files.

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

Syntax

'Declaration
<GuidAttribute("00024407-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface RecentFile
'Usage
Dim instance As RecentFile
[GuidAttribute("00024407-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface RecentFile

Remarks

The RecentFile object is a member of the RecentFiles collection.

Use RecentFiles(index), where index is the file number, to return a RecentFile object.

See Also

Reference

RecentFile Members

Microsoft.Office.Interop.Excel Namespace