Copies the entire collection to an array, starting at index of the target array.
Syntax
Parameters
- array
- The one-dimensional Array that is the destination of the elements copied from the Document Collection. The Array must have zero-based indexing.
- index
- The zero-based index in array at which copying begins.
See Also