当前位置:编程学习 > C#/ASP.NET >>

用c#绘制word表格时如何设置某个单元格的背景色?

Help! --------------------编程问答-------------------- oDoc.Tables[1].Cell(1,1).Range.Shading.ForegroundPatternColor=Word.WdColor.wdColorBlue;背景颜色
 oDoc.Tables[1].Cell(1, 1).Range.Font.Color = Microsoft.Office.Interop.Word.WdColor.wdColorBlue;//字体颜色
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,