Predmet:Re: svaki treći red iz datagrid-a
   
PreuzmiIzvorni kôd (Visual Basic):Dim x As Integer
 
For Each red As DataGridViewRow In DataGridView1.Rows
 
'Dim rednibroj As Integer = DataGridView2.Rows.Count - 1
 
x = x + 1
 
If x Mod 3 = 0 Then
 
MsgBox (oDataGridView1.Rows(i - 1).Cells(1).Value)
 
End If
 
 
 
Next
 
 neznam koji red niti koju kolonu citas.
Nisi se izjasnio napr. re 1-4  itd ili red 3 6
u ov 3 grida imas razlicit broj kolona pa neznam koju kolonu citas
Ako se ne snadjes pisi ponovo   
     Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.