Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Sun Nov 02, 2014 5:30 pm

Hello.

Is it possible to create two tables on the same page. The tables looks a lot like the one found in this link:

http://www.e-iceblue.com/Tutorials/Spir ... B.NET.html

Best regards!

janusmaack
 
Posts: 5
Joined: Thu Oct 30, 2014 8:17 am

Mon Nov 03, 2014 1:49 am

Dear janusmaack,

Thanks for your inquiry.

Of course it can create two tables in one page. Just call method:
Code: Select all
Table table =s.AddTable(true);

And do the same thing as inserting first table.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Return to Spire.Doc