[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes a T object from the ItemCollection<T> at the specified index.

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
int index

A zero-based int index at which to remove the T object.

Implements