ActiveReports 14 .NET Edition
GrapeCity.ActiveReports 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.

In This Topic
    Insert(Int32,Section) Method
    In This Topic
    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