com - how to create table in MS Word using C# -


I want to create a dynamic table in MS Word using C #. When I submit my form, a table (in the word) should be made and the table should be filled with value.

In advance thank you

Here's an MSDN tutorial to solve your problem:


Comments