CopyTo Method (BookmarksCollection)
In This Topic
Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array..
Syntax
Parameters
- values
- The collection into which the items are copied.
- index
- The zero-basef index of the source collection from which the copying starts.
See Also