Guest User

Untitled

a guest
Jun 30th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. int rowIndex = 1;
  2.  
  3. DataGridViewRow row = dataGridView1.Rows[index];
  4.  
  5. string cellValue = row.Cells["nombreCol"].Value.ToString();
Add Comment
Please, Sign In to add comment