This code is to set Backcolor to the Header of DataGridView
vb Code:
  1. Me.DataGridView3.ColumnHeadersDefaultCellStyle.BackColor = Color.White
How to set a Size font and Bold to the text of ColumnHeaders