ChartSection object, (CubeQuery) QuerySection object, DataModelSection object, DashboardSection object, OLAPQuerySection object, PivotSection object, QuerySection object, ResultsSection object, TableSection object, ReportSection object
Expression.Duplicate()
An expression that returns a reference to a newly created section including:
This example duplicates the Chart section. The new section label is based on the original section label name, but displays the section label number. For example, if you duplicate the chart three times, the section pane shows: Chart, Chart2, and Chart3:
ActiveDocument.Sections["Chart"].Duplicate()