I have a word Document that has a bunch of tables on it. When I try to merge all of the tables into one table the columns become all mismatched, like so:
This is the code I am using to merge the tables:
public void…...2025, 8:07pm 1 I have a word document that has a bunch of tables...MergeTables(ref Document document) { NodeCollection tables = document.GetChildNodes(NodeType...