Hi all,
We have some code that imports tables rows from one Document into another and appends them to a table. Both tables have the same total width. However they have a different number of columns.
We’re doing it like…...imports tables rows from one document into another and appends them...this: static void AppendTable(Document targetDoc, string docWithTable)...