Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DataListDataList Base Class

Public Sub CopyRowData (
objCopyFromList As xf_DataList,
Optional FromRowIndex As Long = -1,
Optional ToRowIndex As Long = -1,
Optional CopyRowCount As Long = -1
)

Copy a range of rows from another DataList to this one

objCopyFromList as xf_DataList

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)

Optional FromRowIndex as Long = -1

Start copying at this row in the external DataList

Optional ToRowIndex as Long = -1

Start copying at this row in this DataList

Optional CopyRowCount as Long = -1

Copy this many rows

Call Template:

Dim obj As New xf_DataList
obj.CopyRowData objCopyFromList
obj.CopyRowData objCopyFromList, FromRowIndex, ToRowIndex, CopyRowCount

See Also:

Example 1:

Dim lst As New xf_DataList
lst.CopyObjectSchema existingLst
lst.CopyRowData existingLst, 200, 1, 100
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd