RecentFiles.Maximum Property
Returns or sets the maximum number of files in the list of recently used files. Can be a value from 0 (zero) through 9.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Maximum As Integer
Get
Set
'Usage
Dim instance As RecentFiles
Dim value As Integer
value = instance.Maximum
instance.Maximum = value
int Maximum { get; set; }
Property Value
Type: System.Int32