ActiveReports 12
Insert(Int32,Section) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Insert Method : Insert(Int32,Section) Method
The zero-based index where the specified section should be inserted.
The Section to be inserted.
Inserts a section at the specified index in the collection.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal section As Section _
) 
public void Insert( 
   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

Reference

SectionCollection Class
SectionCollection Members
Overload List