CopyTo Method (BookmarksCollection)
Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array..
'Declaration
Public Sub CopyTo( _
ByVal () As Bookmark, _
ByVal As Integer _
)
Parameters
- values
- The collection into which the items are copied.
- index
- The zero-basef index of the source collection from which the copying starts.