Copies the entire collection to an array, starting at the specified index of the target array.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal () As Series, _
ByVal As Integer _
)
public void CopyTo(
Series[] ,
int
)
Parameters
- array
- The array to which to copy the collection.
- index
- The index from which to start.
Return Value
`
See Also