Add Table to Paragraph

Hello, I’m trying to add a table to a paragraph. I tried the following code to add a new paragraph, but it is putting a break in for some reason.

//blocks.Add(pageParagraph);
//pageParagraph = WordHelper.NewParagraph(document);
blocks.Add(costTable);

Hi Mike,

Please send us a small Visual Studio project that reproduces your issue so that we can investigate it.

Currently, I can only guess what the problem is, and my guess is that your TableCell already has an empty Paragraph and you’re adding a new one to it.

Regards,
Mario