2019年12月31日

c# 利用word 软件生成word里面的table

摘要: public static void GenerateWordTable(string title) { Range rng=CaCheContext.doc.Range(); Table table= CaCheContext.doc.Tables.Add(rng, 3, 3,true,true); table.Rows[1].Cells[1].Range.Text = "图表1:" + tit 阅读全文

posted @ 2019-12-31 13:25 GIS-MAN 阅读(538) 评论(0) 推荐(0) 编辑

导航

< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10
点击右上角即可分享
微信分享提示