在drawcell加入代码
e.Table.DataTable.AddUserStyle("c1", Color.Red, Color.black)If e.Row.DataRow.RowState = DataRowState.Added AndAlso e.Col.Name = "第二列" Then e.Style = "c1"End If