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

index
Index of the Section to be removed.

Glossary Item Box

Removes the Section at the specified index from the SectionCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Remove( _
   ByVal index As System.Integer _
) 
C# 
public void Remove( 
   System.int index
)

Parameters

index
Index of the Section to be removed.

See Also