Need to find particular column cells using row index and column index in Uipath

Hi,

Need to find particular column cells values using row index and colum index number. I have created variable for rowindex and columnindex. I am using dtTable.rows(rowNum)(Colnum) but it’s not working. I have to assign that range in write cell activity. Could you please me.

@Pravin_S

Can you try as below

dtTable.rows(rowNum)(Colnum).Tostring

Hope this may help you

Thanks

Hello,

You try to affect value to a specific cell or read it?
I just try to read and affect a new value with dt.rows(indexR)(indexC) and it seems to work.

Do you have an error?

I used this but getting compiled error

Please check whether the below post will help here.