Visual Basic (Declaration) | |
---|---|
Public Sub CopyTo( _ ByVal array() As Series, _ ByVal arrayIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SeriesCollection Dim array() As Series Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex) |
C# | |
---|---|
public void CopyTo( Series[] array, int arrayIndex ) |
Parameters
- array
- One-dimension array that is the destination of the series copied from the collection.
- arrayIndex
- Zero-based index in array at which copying begins.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2