83
tbl2.Cell(row + 6, 5).Range.Text =
dataGridView1.Rows[row].Cells[3].Value.ToString();
tbl2.Cell(row + 6, 6).Range.Text =
dataGridView1.Rows[row].Cells[4].Value.ToString();
tbl2.Cell(row + 6, 7).Range.Text =
dataGridView1.Rows[row].Cells[5].Value.ToString();
tbl2.Cell(row + 6, 8).Range.Text =
dataGridView1.Rows[row].Cells[6].Value.ToString();
tbl2.Cell(row + 6, 9).Range.Text =
dataGridView1.Rows[row].Cells[7].Value.ToString();
tbl2.Cell(row + 6, 10).Range.Text =
dataGridView1.Rows[row].Cells[8].Value.ToString();
tbl2.Cell(row + 6, 11).Range.Text =
dataGridView1.Rows[row].Cells[9].Value.ToString();
tbl2.Cell(row + 6, 12).Range.Text =
dataGridView1.Rows[row].Cells[10].Value.ToString();
tbl2.Cell(row + 6, 13).Range.Text =
dataGridView1.Rows[row].Cells[11].Value.ToString();
tbl2.Cell(row + 6, 14).Range.Text =
dataGridView1.Rows[row].Cells[12].Value.ToString();
tbl2.Cell(row + 6, 15).Range.Text =
dataGridView1.Rows[row].Cells[13].Value.ToString();
tbl2.Cell(row + 6, 16).Range.Text =
dataGridView1.Rows[row].Cells[14].Value.ToString();
tbl2.Cell(row + 6, 17).Range.Text =
dataGridView1.Rows[row].Cells[15].Value.ToString();
tbl2.Cell(row + 6, 18).Range.Text =
dataGridView1.Rows[row].Cells[16].Value.ToString();
tbl2.Cell(row + 6, 20).Range.Text =
dataGridView1.Rows[row].Cells[17].Value.ToString();
tbl2.Cell(row + 6, 21).Range.Text =
dataGridView1.Rows[row].Cells[18].Value.ToString();