Would somehow have C # use this pointed column of the image to add value to it as if it were a "header"?
I'm using DataGridView
below to show an array. The array header is already being shown in the columns because I can use:
gridView.Columns.Add("string", "header");