private void dataGridView1_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e)
{
textbox.Text = dataGridView1.CurrentRow.Cells[0].Value.ToString();/*獲得滑鼠選取行的第一列資料*/
}
private void dataGridView1_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e)
{
textbox.Text = dataGridView1.CurrentRow.Cells[0].Value.ToString();/*獲得滑鼠選取行的第一列資料*/
}