ActiveReports3 Request technical support
Insert(Int32,Section) Method
See Also 


index
The zero-based index where the specified section should be inserted.
section
The Section to be inserted.
Inserts a section at the specifed index in the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Insert( _
   ByVal index As Integer, _
   ByVal section As Section _
) 
Visual Basic (Usage)Copy Code
Dim instance As SectionCollection
Dim index As Integer
Dim section As Section
 
instance.Insert(index, section)
C# 
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