Copy a range of rows from another DataList to this one
The external DataList from which to copy (a reference to the same DataList mey be used for copying within the same list, as long as ranges don't overlap)
Start copying at this row in the external DataList
Start copying at this row in this DataList
Copy this many rows
Dim lst As New xf_DataList lst.CopyObjectSchema existingLst lst.CopyRowData existingLst, 200, 1, 100