I have it set to
DataGridView1.SelectionMode = DataGridViewSelectionMode.CellSelect
DataGridView1.MultiSelect = False
so why can't I do this:
Button_click blah blah blah handles a button click
MsgBox(DataGridView1.SelectedCells.Item)
end sub
Thanks!
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |