Copies pages from the collection to an array, starting at a particular array index.
Visual Basic (Declaration) | |
---|---|
Public Overloads Sub CopyTo( _ ByVal array As System.Array, _ ByVal index As System.Integer _ ) |
Parameters
- array
The array that is the destination of the elements copied from the current pages collection.
- index
A 32-bit integer that represents the index in pages collection at which copying begins.