摘要:
vsto word 中操作实例 很有用哈 所以COPY过来了 阅读全文
posted @ 2011-02-16 15:22
lavandachen
阅读(3768)
评论(0)
推荐(1)
摘要:
word文档工程变量的 //合并单元格 table.Cell(2, 2).Merge(table.Cell(2, 3));//单元格分离 object Rownum = 2; object Columnnum = 2; table.Cell(2, 2).Split(ref Rownum, ref Columnnum);//单元格对齐方式 WApp.Selection.Cells.VerticalAlignment =Microsoft.Office.Interop.Word.WdCellVerticalAlignment.wdCellAlignVerticalCenter;//插入 阅读全文
posted @ 2011-02-16 15:11
lavandachen
阅读(3328)
评论(0)
推荐(1)