_Application.NewDocument Property
Returns a NewFile object that represents a document listed on the New Document task pane.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property NewDocument As NewFile
Get
'Usage
Dim instance As _Application
Dim value As NewFile
value = instance.NewDocument
NewFile NewDocument { get; }
Property Value
Type: NewFile