For each row of a datatable

It you want to replace text (folder) with value in row cell “Referenz” it should be:

String.Replace(“string”,row(“Referenz”).toString)

in () there should be comma, beetwen two strings.

2 Likes