Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

System.Windows.Forms.DataGridView.CurrentRow.get returned null. c#

if(datagridview1[1, dataGridView1.CurrentRow.Index].Value == null)
{
    return;
}
Source by www.cyberforum.ru #
 
PREVIOUS NEXT
Tagged: #returned
ADD COMMENT
Topic
Name
8+7 =