ReportSections.InsertExisting
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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 .