See Also

SectionCollection Class  | SectionCollection Members  | Overload List

Language

Visual Basic

C#

Show All

index
The zero-based index where the specified section should be inserted.
section
The Section to be inserted.
See Also Languages ActiveReports Send feedback to Data Dynamics

Insert(Int32,Section) Method

Inserts a section at the specifed index in the collection.

[Visual Basic]
Overloads Public Sub Insert( _    ByVal index As Integer, _    ByVal section As 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

SectionCollection Class  | SectionCollection Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.