RecentFiles.Maximum Property

Returns or sets the maximum number of recently used files that can appear on the File menu. Can be a number from 0 (zero) through 9.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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

See Also

Reference

RecentFiles Interface

RecentFiles Members

Microsoft.Office.Interop.Word Namespace