MSWORD interaction

Im in the middle of producing a windows .net c# program that generates a word document. The document should contain a header information and a some text. The header is displayed in a MS Word table (which is built at run time depending upon the type of header). How do I create tables at run time on word document and fill the columns with data from database?

Loader.
Up arrow icon