使用粗体字体设置数据网格前景色
当我使用下面的代码时,如何使前景色的字体变为粗体 dg.ForeColor = System.Drawing.Color.Black; 我怎样才能把它加粗?
谢谢, 普贾
How do I make the font of a forecolor bold when I use this below code
dg.ForeColor = System.Drawing.Color.Black;
How do I make it bold?
Thanks,
pooja
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用以下代码(您也可以在 Designer.cs 中找到该代码):
You can use this code (which you can also find in the designer.cs):
像这样的东西
Something like
我认为这篇文章回答了您的问题:
如何以编程方式使 gridview 中的行变为粗体和常规
欢呼:)
i think this post answers your question:
How to make row in gridview bold and regular programatically
cheers:)