I have attached screenshot of my current activity, Here I am trying to build a data table and passing data columns into that.
By using New DataColumn(), I am only be able to create a single column is there a code to make it as an array of columns.
Tried New DataColumn(){} error is thrown as end of expression required.
I do not want to do it by using Add datacolumn activity’s, Column array option.
Also is there a way to add a row by using New DataRow method.