标签: c# ms-word novacode-docx
是否有某种方法可以使用DocX C#库在MS Word中拆分表格单元格?像这样:
table.Rows[0].Cells[0].SplitCell(1,2);