ActiveReports3 Request technical support
Remove(Section) Method
See Also 


section
Section to be removed from the collection.
Removes the specified Section from the SectionCollection if it exists.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Remove( _
   ByVal section As Section _
) 
Visual Basic (Usage)Copy Code
Dim instance As SectionCollection
Dim section As Section
 
instance.Remove(section)
C# 
public void Remove( 
   Section section
)

Parameters

section
Section to be removed from the collection.

See Also