I'm importing the excel files using import button and displaying them in the datagridview. Now when i click at apply button, i want the first letter of the row values(highlighted in the attached image) to be capitalized (there can be multiple rows/values).
eg: peter joe ===> Peter Joe
How can i edit these values.
I'm a beginner, would be great if anyone can help with this.
This isnt really anything to do with editing excel row values (per the title) but..
You have an apply button click event handler that enumerates the datatable and sets the values: