Is there a way to know current index in For Each Row

Hello,

I would like to know the current index of the for each row activity. Is there a way to know that ?

Thank you

7 Likes

inside fo each

int linenum = Dt.Rows.IndexOf(row)

19 Likes