Skip to content

Instantly share code, notes, and snippets.

@phatty
Last active December 10, 2015 23:28
Show Gist options
  • Save phatty/4509072 to your computer and use it in GitHub Desktop.
Save phatty/4509072 to your computer and use it in GitHub Desktop.
Search DataGridViewRow
DataGridViewRow dgrr = dgv.Rows.Cast<DataGridViewRow>().First<DataGridViewRow>(r => r.Cells[ColumnText].Value.ToString() == "Condition");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment