Skip to main content

Get Row Index with Value

Comments

1 comment

  • Dapfor Team

    Hi,
    We are not sure what do you want to do. Look at the example:

    for(int i = 0; i < grid.Rows.Count; ++i) 
    {
    Row row = grid.rows[i];
    if(row[0].Value == "SI")
    {
    //do something
    break;
    }
    }

    Regards,
    Dapfor

    0

Please sign in to leave a comment.

Powered by Zendesk