ActiveReports 8
Insert(Int32,Section) Method
See Also 
GrapeCity.ActiveReports.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also