📜  System.Windows.Forms.DataGridView.CurrentRow.get 返回 null. c# - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:42.803000             🧑  作者: Mango

代码示例3
if(dataGridView1.CurrentRow == null)
{
    return;
}