IEaxGrid.Copy

Fore Syntax

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

Fore.NET Syntax

Copy(Sheet: Prognoz.Platform.Interop.Tab.TabSheet;
     Range: Prognoz.Platform.Interop.Tab.ITabRange): Prognoz.Platform.Interop.Express.EaxGrid;

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.

Fore and Fore.NET Examples

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

See also:

IEaxGrid