[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionCollection.Insert

Insert Method

Insert(int, Section)

Inserts a section at the specified index in the collection.

Declaration
public void Insert(int index, Section section)
Parameters
Type Name Description
int index
Section section

Insert(int, SectionType, string)

Creates a new Section of the specified type and name and inserts it into the SectionCollection at the specified index.

Declaration
public Section Insert(int index, SectionType type, string name)
Parameters
Type Name Description
int index
SectionType type
string name
Returns
Type Description
Section