Feb 14, 2007 #1 P PROKA Junior Contributor Joined Sep 3, 2003 Messages 249 Location Bucharest How do I Programmatically select MULTIPLE rows (DataGridView)? This doesn't seem to work: Code: For i As Integer = 0 To tClase1.Rows.Count - 1 dgClase1(i).Selected = True Next
How do I Programmatically select MULTIPLE rows (DataGridView)? This doesn't seem to work: Code: For i As Integer = 0 To tClase1.Rows.Count - 1 dgClase1(i).Selected = True Next