【问题标题】:Change header in datagridview更改 datagridview 中的标题 【发布时间】:2014-09-11 02:14:03 【问题描述】: 我有一个包含两列的数据网格视图。我只想要第一列的标题,字体为粗体,颜色为红色。第二列不会改变。怎么做? 【问题讨论】: 这个问题可能会对您有所帮助。 stackoverflow.com/questions/1196400/… 标签: c# 【解决方案1】: 您可能想阅读以下内容:DataGridViewCell.Styleproperty 本教程:How to: Set Font and Color Styles in the Windows Forms DataGridView Control 【讨论】: