Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
DataGridViewStatus.Rows(1).RowTextCell.BackColor = Color.Blue
DataGridViewStatus.Rows(2).RowTextCell.BackColor = Color.Black
DataGridViewStatus.Rows(3).RowTextCell.BackColor = Color.Red
End Sub
Only the Rows(3) change the color of the header
But for all the header rows
I want each row header in a another color.
and the event is best with a click.
Unfortunately I can not find the command for each row header editing
(see the attachment)
Edited by user
2013-03-18T14:58:44Z
|
Reason: Not specified
Askerion attached the following image(s):