Documents.Add Method
Returns a Document object that represents a new, empty document added to the collection of open documents.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Document Add( ref Object Template, ref Object NewTemplate, ref Object DocumentType, ref Object Visible )
Parameters
- Template
- Type: System.Object%
Optional Object. The name of the template to be used for the new document. If this argument is omitted, the Normal template is used.
- NewTemplate
- Type: System.Object%
Optional Object. True to open the document as a template. The default value is False.
- DocumentType
- Type: System.Object%
Optional Object. Can be one of the following WdNewDocumentType constants: wdNewBlankDocument, wdNewEmailMessage, wdNewFrameset, or wdNewWebPage. The default constant is wdNewBlankDocument.
- Visible
- Type: System.Object%
Optional Object. True to open the document in a visible window. If this value is False, Microsoft Word opens the document but sets the Visible property of the document window to False. The default value is True.