Hyperlink.CreateNewDocument Method
Office 2010
Creates a new document linked to the specified hyperlink.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Parameters
- FileName
- Type: System.String
Required String. The file name of the specified document.
- EditNow
- Type: System.Boolean
Required Boolean. True to have the specified document open immediately in its associated editing environment. The default value is True.
- Overwrite
- Type: System.Boolean
Required Boolean. True to overwrite any existing file of the same name in the same folder. False if any existing file of the same name is preserved and the FileName argument specifies a new file name. The default value is False.