Show contents 

Report > Report Assembly Interfaces > IPrxFormulaIsland > IPrxFormulaIsland.Copy

IPrxFormulaIsland.Copy

Syntax

Copy([Sheet: IPrxSheet = Null;] [Range: ITabRange = Null]): IPrxFormulaIsland;

Parameters

Sheet - sheet of the regular report where a copy of the formula area will be located.

Range - cell range where a copy of the formula area will be located.

Description

The Copy method creates a copy of the formula area.

Example

The method use is given in the example for IPrxFormulaIsland.Edit.

See also:

IPrxFormulaIsland