how to change color of a column in datagridview

98

how to change color of a column in datagridview -

grid.Columns["NameOfColumn"].DefaultCellStyle.ForeColor = Color.Gray;

Comments

Submit
0 Comments