Hi guys,
I need to go through every row in my datagridview ignoring the first row each time.
Now i have the code
VB Code:
  1. For each row as DataGridViewRows in DataGridView1.Rows
  2. 'do whatever i need to
  3. Next
But i need to tweek it slightly so that the first row is ignored.
Any ideas anybody?
Thanks in advance