SeriesCollection Class | SeriesCollection Members
Visual Basic
C#
Show All
[Visual Basic]Public Sub CopyTo( _ ByVal array() As Series, _ ByVal index As Integer _ )
[C#]public void CopyTo( Series[] array, int index );
Copies the entire collection to an array, starting at the specified index of the target array.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.