Hello everyone,
I have an excel sheet, i have read the excel sheet and saved to DT
I want to add a empty data row - in the beginning of the DT.
I also want to add empty column between column U and V
Thank you
Hello everyone,
I have an excel sheet, i have read the excel sheet and saved to DT
I want to add a empty data row - in the beginning of the DT.
I also want to add empty column between column U and V
Thank you
cheers
Here is possible approach.
Full Solution:
Property Target Object
value:
dtOutput.Columns(dtOutput.ColumnCount-1)
Output:
Input File:
Output sheet:
Green highlighted new Column and Row
Could not share the xaml but you should be able to recreate it quickly. Feel free to let me know if any issue.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.