19-07-19 11:48 AM
19-07-19 12:03 PM
19-07-19 01:33 PM
19-07-19 02:02 PM
22-07-19 07:15 AM
Hi can you tell me how to define default value to variable ColumnValues ?
I tried ,but not working.
I have already shared the code
Thanks in advance.
Thanks & Regards,
Mohini Shelke
RPA Developer, vElement IT,
22-07-19 09:12 AM
What is datatype of ColumnValues?
if it's collection set this at beginning ColumnValues=new System.Data.DataTable();
if it's text set this at beginning ColumnValues=String.Empty;
22-07-19 01:49 PM
Thanks!
Working fine
Thanks & Regards,
Mohini Shelke
RPA Developer, vElement IT,
What is datatype of ColumnValues?
if it's collection set this at beginning ColumnValues=new System.Data.DataTable();
if it's text set this at beginning ColumnValues=String.Empty;