IPrxSheets.Item

Syntax

Item(Index: Integer): IPrxSheet;

Parameters

Index. Object index.

Description

The Item property returns an object that contains the regular report sheet, which index is passed by the Index parameter.

Comments

The type of the regular report sheet returned by the Item method can be checked using the IPrxSheet.Type property.

See also:

IPrxSheets