2、dataGridView1.SelectedRows.Count>0

解决方案 »

  1.   

    3、ataGridView1.SelectedRows[0].Cells[9]........
                dataGridView1.Rows[7].Cells[9].........
      

  2.   

    3 如何判断datagridview中某个单元格是空的?
    ————————————————————————————
    3、ataGridView1.SelectedRows[0].Cells[9]........
                dataGridView1.Rows[7].Cells[9].........
      

  3.   

    treeView1.SelectedNode==null
    dataGridView1.CurrentRow==null