30-10-19, 04:16 PM
PHP كود :
For Each row As DataGridViewRow In DataGridView1.Rows
If row.Index = DataGridView1.CurrentRow.Index Then
DataGridView1.Rows.Add(row.Cells(0).Value, row.Cells(1).Value, row.Cells(2).Value, row.Cells(3).Value, row.Cells(4).Value, row.Cells(5).Value)
End If
Next
سبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
