While you are still in code view, add the following lines of code beneath the InitializeComponent() method to create a Word document using C1Word component:
In the above code, a word document with Simple Text Sample title is created and some text is added to it using AddParagraph method. Lastly, the document is saved with the name, Simple.docx.