How to dynamically read an specific cell from a large number of data

Hi @Shraddha_Gore

I think it should be first row and then column ,

Balance = YourDT(YourDT.Rows.Count - 1)(“Balance”)

2 Likes