How to set column header text for specific column in Datagridview C#
grid.Columns[0].HeaderText
or
grid.Columns["columnname"].HeaderText