My question is how to add the word "delete" in a cell of the 5th Column of a DataGridView ?
I am implementing a function of delete, to delete a row when a user clicks anywhere in the 5th column in a DataGridView.
I have no problem handling a CellClick event. But the problem for me is how to add the word "Delete" to each cell of the 5th Column?