ICubeExecutorDrillThroughItems.Item

Fore Syntax

Item(Index: Integer): ICubeExecutorDrillThroughItem;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Cubes.ICubeExecutorDrillThroughItem;

Parameters

Index. Drillthrough element index.

Description

The Item property returns drillthrough element by its index.

Comments

To get the number of drillthrough elements in collection, use ICubeExecutorDrillThroughItems.Count.

See also:

ICubeExecutorDrillThroughItems