ActiveReports 13
Remove(Section) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Remove Method : Remove(Section) Method
Section to be removed from the collection.
Removes the specified Section from the SectionCollection if it exists.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal section As Section _
) 
public void Remove( 
   Section section
)

Parameters

section
Section to be removed from the collection.
See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List