datagridview控件
datagridview控件在C#中,列中的字体如何居中?
------解决方案-------------------- gvBill.Rows[0].Cells[0].Style.Alignment
--reply by CSDN Study V1.0.0.3 (starts_2000)
------解决方案--------------------在构造函数里加上
dataGridView1.Columns[列索引].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;