ReportSections.InsertExisting
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ReportSections.InsertExisting
Syntax
ReportSections.InsertExisting( val, index = -1)
Purpose
Inserts an existing ReportSection object into the collection.
Parameters
val As ReportSection
[In] Specifies existing ReportSection to insert into the collection.
index As Long
[In] Specifies the zero-based index at which to insert the new item. Pass -1 to insert the item at the end of the collection.
This parameter has a default value of -1 .