[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionCollection.Remove

Remove Method

Remove(Section)

Removes the specified Section from the SectionCollection if it exists.

Declaration
public void Remove(Section section)
Parameters
Type Name Description
Section section

Remove(int)

Removes the Section at the specified index from the SectionCollection.

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