Reports.Insert
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Reports.Insert
Syntax
Reports.Insert( index = -1)
Return Value
Purpose
Adds a new item to the collection and returns the Report object.
Parameters
index As Long
[In] Specifies the zero-based index of the location in the collection where you want to insert the Report object. Pass -1 to insert the Report object at the end of the collection.
This parameter has a default value of -1 .