1
Reply

datagridview1 4th column will special font

Shovan Saha

Shovan Saha

Aug 15 2017 12:46 PM
179
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.

Upload Source Code  Select only zip and rar file.
Answers (1)