Get next row value of excel

if i get row number 43
i want value of A44 (A is column and it is fixed)

Need to describe your question a little bit. Do you need to identify a column or row?

Capture

if I am able to get row number 5
then i want value of A6(ie Dhruv) or

if I am able to get row number 3
then i want value of A4( ie Shyam)

1 Like

Hi @ankitasharma443396

Please use this.

YourDT.rows(YourNumber)(“ColumnName”).ToString.

Thanks.

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