About Row Headers:
1) Can I write text on them?
2) Can I change their colour, so that they have different colour from all other cells?
3) Can I make this arrow that appears when I click on them to go away?
About Column Headers:
4) Can I change their colour?
Thanks in advance.
Answer to 3)
Handle the CellPainting event:
Then for the handler, only respond to a
ColumnIndexof “-1” (which indicates the row header):