I need to check if the row number is available in datatable,
For example:
If
Then
Dt.row(i).item("Amount)=prevvalue
Here row number i = 35 which is not available in datatable
So i am getting error as there is no row position at 35
How to check this
How to check