Show message in empty cells in GridView

后端 未结 4 2012
野性不改
野性不改 2021-01-06 14:03

I\'m importing GridView from excel I need to show a message near every empty cell to give the user information about what it should be writing..



        
4条回答
  •  孤城傲影
    2021-01-06 14:14

    To change the color of cell

    Rows[1].Interior.Color = System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.Red);
    

提交回复
热议问题