3
Case 0
4
DataGridView1.Item(1, e.RowIndex).Value = DataGridView1.Item(0, e.RowIndex).Value
5
temp = DataGridView1.Item(0, e.RowIndex).Value
6
End Select
3
Case 0
4
DataGridView1.Item(1, e.RowIndex).Value = DataGridView1.Item(0, e.RowIndex).Value
5
temp = DataGridView1.Item(0, e.RowIndex).Value
6
End Select