After creating table2
and inserting it after table1
, how would u give table2
properties of another table that exists in the document? Properties I am speaking of include Keep with next, Keep lines together, Allow rows to break across pages, etc..
Novacode.Table table1 = template.Tables[index];
Novacode.Table table2 = table1.InsertTableAfterSelf(1, 2);
//table2.properties = table1.properties