Hi,
The normal way of adding a paragraph to a Word-document is by using section.AddParagraph() and use the return value. Can we also do the opposite? First create a new paragraph and afterwards add or insert it in a section?
I'm trying to implement this with new WParagraph() and add this to section.Paragraphs.Add(). But when I do this, my code runs very slow instead of using the AddParagraph().