How to get the datarow from the row index

Hii,
I have a row index how i will get the datarow from the row index

pls help

Hi @Doonline

Please try,

Dt - datatable

Drow - datarow

Rowindex - your row index variable

In assign,

Drow = Dt(Rowindex)

Or

Drow = Dt.rows(Rowindex)

Thanks

Thanks Alot

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.