 I have the same problem. I want to write text in the header of the row in datagridview. This property exists in the column header "DataGridView.Col(colIndex).cellText".
 I have the same problem. I want to write text in the header of the row in datagridview. This property exists in the column header "DataGridView.Col(colIndex).cellText". Definitely works. Are you referencing the correct DataGridView in your code and are you referencing the right row? (please post some of your code so we can see what's up)Me.DGV.Rows.Item(1).HeaderCell.Style.Alignment = DataGridViewContentAlignment.MiddleCenter
