Hello,
I tried to get a specific cell value using “For Each Row in Data Table” but it didn’t work for me. I’ve looked the topic about this
but I’m getting this warning.
and this
Why am I getting that errors? Thanks for your help…
Hello,
I tried to get a specific cell value using “For Each Row in Data Table” but it didn’t work for me. I’ve looked the topic about this
but I’m getting this warning.
and this
Why am I getting that errors? Thanks for your help…
Hi @bilg2015 ,
Are you using C#?
If so, then could you give this a try?
row[0].ToString()
Kind Regards,
Ashwin A.K
Yes I’m using C#. I’ve tried your soultion suggestion. As you can see the first picture above I’m getting “Non-invocable member ‘CurrentRow’ cannot be used like a method” warning.
Sorry you’ve suggested ‘[’ (box brackets). It worked. Thank you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.