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)

Usage

Public Class ecentFileImplementation
    Implements RecentFile
End Class
Dim ecentFileImplementation1 As New ecentFileImplementation()

Syntax

Public Interface RecentFile
public interface RecentFile
public interface class RecentFile
public interface RecentFile
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

RecentFile Members