[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.BookmarksCollection.CopyTo

CopyTo Method

CopyTo(Bookmark[], int)

Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array..

Declaration
public void CopyTo(Bookmark[] values, int index)
Parameters
Type Name Description
Bookmark[] values

The collection into which the items are copied.

int index

The zero-basef index of the source collection from which the copying starts.