cint(DTSelEq.Rows.IndexOf(row)+3)
This is your first code. How about revert your code to This. You said row is member of DTSelEq. So this code will make sense.
What you need to check is that DTSelEq.Rows.IndexOf(row)+3 is within the size of columns of DTCrisil as I said before.