Merge two datatble

I Want to merge two datatable but the 1st datatable should above and second datatable should below after skipping 2 rows.And also i m having headers in second datatable so headers should also with 2nd datable.

Hi!

Have a view on this

This is similar to your requirement

Regards,
NaNi

before gonna write the second datatable create a int variable (Ex count) Count=Datatable.Rows.Count in the second write range activity starting range as “A”+(Count+2).ToString .
This Syntax means first i need to write it somewhere.But here i cant use write range activity as i have thousands of files to iterate.I want it in a datatable only