[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.Insert

Insert Method

Insert(int, T)

Inserts a new T into the ItemCollection<T> at the specified location.

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

A zero-based int index indicating the position at which to insert the T object.

T item

A T object to insert.

Implements