Copies a range of elements from this collection to a destination collection.
Namespace: MindFusion.Charting.Collections
Package: Collections.js
JavaScript Copy Code |
---|
function copyTo (destination, length, [sourceIndex, [destinationIndex]]) |
The destination collection.
The length of the range to copy.
The starting index of the range to copy.
The index at which the range should be copied.