ActiveReports Developer 7
Remove(Section) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Remove Method : Remove(Section) Method

section
Section to be removed from the collection.

Glossary Item Box

Removes the specified Section from the SectionCollection if it exists.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Remove( _
   ByVal section As Section _
) 
C# 
public void Remove( 
   Section section
)

Parameters

section
Section to be removed from the collection.

See Also