_Application.DisplayRecentFiles Property
True if the list of recently used files is displayed on the File menu.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayRecentFiles As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.DisplayRecentFiles
instance.DisplayRecentFiles = value
bool DisplayRecentFiles { get; set; }
Property Value
Type: System.Boolean