IPrxDocumentTables.Item

Fore Syntax

Item(Index: Integer): IPrxDocumentTable;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Report.PrxDocumentTable;

Parameters

Index. Index of the text sheet object.

Description

The Item property returns parameters of the data table with the specified index.

Fore and Fore.NET Example

The example of use is given in description of the IPrxDocumentTables.ItemById method.

See also:

IPrxDocumentTables