DataGridView.CurrentRow.Cells[第几列].Value.ToString()//这个是取选中行第几列的值DataGridView.Rows[第几行].Cells[第几列].Value.ToString()//这是取任意行任意列的值