How do you change the label of column headers.  For example, instead of A B C D..  I want 1 2 3 4 5 6.

You should override GetStyleRowCol and check for nRow = 0 and nType == 0 and then call style.SetValue(nCol);