Copies pages from the collection to an array, starting at a particular array index.
[Visual Basic]
Public Sub CopyTo( _
ByVal values() As Page, _
ByVal index As Integer _
)
Parameters
- values
- The one-dimensional array that is the destination of the Page elements copied from the collection.
- index
- The zero-based index in the array at which copying begins.
See Also
PagesCollection Class
| PagesCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.