SyntaxFix
Write A Post
Hire A Developer
Questions
you can get the values of the cell also as the current selection is referenced under CurrentRow
CurrentRow
dataGridView1.CurrentRow.Cell[indexorname].FormattedValue
Here you can use index or column name and get the value.