IEaxGrid.Copy

Syntax

Copy(Sheet: ITabSheet; Range: ITabRange): IEaxGrid;

Parameters

Sheet. The report sheet where table is placed.

Range. Table cells range.

Description

The Copy method creates a copy of the table.

Comments

To create copy of analytical data area slice, use IEaxDataAreaSlice.Copy.

Example

The method use is given in the example for IEaxObject.Id.

See also:

IEaxGrid