How add valu to the datatable

How to add value to 5th row in datatable

Hi @sruthesanju

You need to add only one cell or row.

It will be better to understand if you provide sample input and output image.

Feel free to reach us at any time if you have doubts. Thanks.

Happy Automation

give a try on
yourDataTableVar.Rows(4)(ColumnNameOrIndex) = Value

2 Likes