[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.PagesCollection-1.InsertRange

InsertRange Method

InsertRange(int, PagesCollection<T>)

Inserts the elements from page collections objects into the pages collection at the specified index.

Declaration
public void InsertRange(int index, PagesCollection<T> pages)
Parameters
Type Name Description
int index

The index.

PagesCollection<T> pages

The pages collection.

InsertRange(int, T[])

Inserts the elements from an array of page objects into the pages collection at the specified index.

Declaration
public void InsertRange(int index, T[] pages)
Parameters
Type Name Description
int index

The index.

T[] pages

The pages.