| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Insert( _ ByVal index As Integer, _ ByVal type As SectionType, _ ByVal name As String _ ) As Section | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Section Insert( int index, SectionType type, string name ) | |
Parameters
- index
- The zero-based index where the new section should be inserted.
- type
- SectionType of the section to insert.
- name
- Unique name of the new section.
Return Value
A section that was created and added into the collection.Report, Page and Group sections must be added in a header/footer pair. The InsertReportHF, InsertPageHF and InsertGroupHF ensure proper pairing of the header/footer.