[]
        
(Showing Draft Content)

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

Remove Method

Remove(object)

Removes the first occurrence of a specific object from the IList.

Declaration
public void Remove(object value)
Parameters
Type Name Description
object value

The object to remove from the IList.

Implements

Remove(T)

Removes the first occurrence of page object from the pages collection.

Declaration
public void Remove(T page)
Parameters
Type Name Description
T page

The page.