c# datagridview cell align center

39

c# datagridview cell align center -

this.dataGridView1.Columns["CustomerName"].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleRight;

Comments

Submit
0 Comments