Copy (Method)

Applies To:

ChartSection object, (CubeQuery) QuerySection object, PivotSection object, Section object, TableSection object, OLAPQuerySection object

Description:

Copies a section and places it on the clipboard.

Syntax:

Expression.Copy()

Expression Required:

An expression that returns an object for any of these sections:

The Copy (Method) is unavailable for these objects:

The Copy (Method) does not work in an Interactive Reporting document file to be deployed in the EPM Workspace.

Example:

This example shows how to copy an entire Results section to the Clipboard:

ActiveDocument.Sections["Results"].Copy()