IPrxDocumentObjects. Item

Fore Syntax

Item(Index: Integer): IPrxDocumentObject;

Fore.NET Syntax

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

Parameters

Index. Text sheet object index.

Description

The Item property returns object parameters with the specified index.

Fore and Fore.NET Example

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

See also:

IPrxDocumentObjects