Opens the WordWriter template specified by the templateFileName parameter.

 public void Open(System.String templateFileName)
Public Sub Open(ByVal templateFileName As String)

The complete path and file name of the template Word file.

A WordWriter template is a file created in Microsoft Word that contains merge fields. WordWriter supports Microsoft Word 97, 2000, 2002 (XP), 2003, and 2007. Do not use Open to open files created in earlier versions of Microsoft Word.

oWW.Open(@"c:\templates\StringTemplate.doc"); 
oWW.Open("c:\templates\StringTemplate.doc")