how to write on the columns row header in datagridview I mean the header of the columns row headers Like this
and this is my code
dataGridView1.Rows[-1].HeaderCell.Value = "Days";
how to write on the columns row header in datagridview I mean the header of the columns row headers Like this
and this is my code
dataGridView1.Rows[-1].HeaderCell.Value = "Days";
dataGridView1.TopLeftHeaderCell.Value = "Days";