首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VBA >

怎么设置加粗生成表格的线条(C#)

2012-03-31 
如何设置加粗生成表格的线条(C#)?请阅读该说明http://community.csdn.net/Expert/TopicView.asp?id534130

如何设置加粗生成表格的线条(C#)?
请阅读该说明

http://community.csdn.net/Expert/TopicView.asp?id=5341307

谢谢

[解决办法]
你要设置的是表格对象中的单元格的边框的宽度的属性。
tbl.??? 应该是:
tbl.Cell.Borders(wdBorderBottom).LineWidth = Word.WdLineWidth.wdLineWidth150pt;

tbl.Cell.Borders.LineWidth = Word.WdLineWidth.wdLineWidth150pt;

热点排行