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

index
The zero-based index where the specified section should be inserted.
section
The Section to be inserted.

Glossary Item Box

Inserts a section at the specified index in the collection.

Syntax

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

Parameters

index
The zero-based index where the specified section should be inserted.
section
The Section to be inserted.

See Also