MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / CopyTo Method
The array to which to copy the collection.
The index from which to start.

In This Topic
CopyTo Method (TitlesCollection)
In This Topic
Copies the entire collection to an array, starting at the specified index of the target array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Title, _
   ByVal index As Integer _
) 
 

Parameters

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