[]
        
(Showing Draft Content)

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

Insert Method

Insert(int, object)

Inserts an item to the IList at the specified index.

Declaration
public void Insert(int index, object value)
Parameters
Type Name Description
int index

The zero-based index at which value should be inserted.

object value

The object to insert into the IList.

Implements

Insert(int, T)

Inserts a page element into the pages collection at the specified index.

Declaration
public void Insert(int index, T value)
Parameters
Type Name Description
int index

The index.

T value

The value.

Exceptions
Type Condition
ArgumentNullException

Occurs if the value is null