我做的一个模块需要拿到DataGridView中的表头的值,如何取到这个数据?请高手赐教!项目是CS模式的。
DataGridView1.Columns[0].HeaderCell.Value
全部表头的话,循环Columns就可以了