SyntaxFix
Write A Post
Hire A Developer
Questions
Simplest code is DataGridView1.SelectedCells(column_index).Value
DataGridView1.SelectedCells(column_index).Value
As an example, for the first selected cell:
DataGridView1.SelectedCells(0).Value