Shovan Saha

Shovan Saha

  • NA
  • 321
  • 86.9k

datagridview1 4th column will special font

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