how to write tables one by one in C#?

A

Anon

hi,

i am trying to create 2 tables programmatically in MS WORD using c#.

while i create multiple tables,it creates the first table and it
creates the second table in first tables first cell(first row,first
column).

I want to know how to write tables one by one and not in a nested way.


Thanks
-Satish
 
S

Stefan Blom

You need to make use of the first argument of the Add method (Tables
class); it allows you to specify the range where the table should be
inserted. See Word VBA Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top