ActiveReports 6 Online Help
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 specifed 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.
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

Reference

SectionCollection Class
SectionCollection Members
Overload List

Send Feedback