ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / CopyTo Method
The array to which to copy the collection.
The index from which to start.

In This Topic
    CopyTo Method (AnnotationsCollection)
    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 Annotation, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       Annotation[] array,
       int index
    )

    Parameters

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