YourDataTable = YourDataTable.AsEnumerable().Where(Function(row) Not row.ItemArray.All(Function(field) field Is DBNull.Value Or field.Equals(""))).CopyToDataTable()
I have removed the extra row and now I am able to see the 3 values one by one .
And I am comparing these values with another values.
But here in my case while comparing it’s comparing the only last row value with all the values.its not comparing with each row