Aspose Word version 4.4.0 Insert Table

Hello, I hope I can get some help.


We have a very old version of Aspose Word 4.4.0.
I try to insert a very basic table.
Can you post me some code? I tried

var table = doc.StartTable();

var cell = doc.InsertCell();

doc.Writeln(“Hello”);


But the table seems to be without any border…

Please help me out :slight_smile: thanks!


Cheers,
Nicolas



I see no one will help me out as the version is too old....
No fair, dudes. I found a way out I had to set the border manually cell.CellFormatBorders.xxxx.LineStyle = LineStyle.Thick

It is heavy but it works.

Hi Nicolas,


Thanks for your inquiry. It is nice to hear from you that you have solved your problem.

Please note that the initial response time at normal forum support is 24 hours during business days. Once you post a query at Aspose.Words forum, you will receive a reply from our helpful support developers normally within a few hours but no longer than 24 hours.

We always encourage our customers to use the latest version of Aspose.Words as it contains newly introduced features, enhancements and fixes to the issues that are reported earlier. I would suggest you please upgrade to the latest version (v13.5.0) from here:
http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/entry471154.aspx

Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.