ActiveReports 12
CopyTo Method (WallRangesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRangesCollection Class : CopyTo Method
The array to which to copy the collection.
The index from which to start.
Copies the entire collection to an array, starting at the specified index of the target array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As WallRange, _
   ByVal index As Integer _
) 
public void CopyTo( 
   WallRange[] array,
   int index
)

Parameters

array
The array to which to copy the collection.
index
The index from which to start.
See Also

Reference

WallRangesCollection Class
WallRangesCollection Members