1
Answer

datagridview1 4th column will special font

Shovan Saha

Shovan Saha

7y
202
1
How can I set a special font in  the 4th column of datagridview? I have tried as:
dataGridView1AP.Columns(3).DefaultCellStyle.Font = new Font("Microsoft Sans Serif", 9, FontStyle.Regular);
But error msg Column does not use as method. Please help me.
Answers (1)