Hey, I'm sorry, I didn't realize that "cellContent" was in my snippet and that's why I didn't clarify where does actually come from, and you had to figure it out.
Anyway, your snippet works for me. I just added a
Code:
t.Content
to get the string. One more question, will it be the same if instead of adding the paragraph to a table cell I add it to a document section and with a predefined style? Like:
Code:
paragraphDesc = section.AddParagraph("Project description", "MyHeading2")
Where section is a Section of the Document. And "MyHeading2" an already definded style.
Thank you very much.