ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / CopyTo Method
The collection into which the items are copied.
The zero-basef index of the source collection from which the copying starts.

In This Topic
    CopyTo Method (BookmarksCollection)
    In This Topic
    Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array..
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal values() As Bookmark, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       Bookmark[] values,
       int index
    )

    Parameters

    values
    The collection into which the items are copied.
    index
    The zero-basef index of the source collection from which the copying starts.
    See Also