Try constructing the string using below with required number of spaces and use it
String.Join(Environment.NewLine,dt.AsEnumerable.Select(function(x) String.Join("Add required number of spaces",x.itemArray)))
Cheers
Try constructing the string using below with required number of spaces and use it
String.Join(Environment.NewLine,dt.AsEnumerable.Select(function(x) String.Join("Add required number of spaces",x.itemArray)))
Cheers